summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-01-28 20:49:07 +0100
committeradikro <adikro@disroot.org>2026-01-28 20:49:07 +0100
commite5036417abe5d3597792f869e2831decd50eba5d (patch)
tree367bf2a9a077a518dbc4efa4d8ec3f333f323630 /hosts/desktop/configuration.nix
parent31526e3f2df19777b30d04d6747d57a7a807cdd3 (diff)
repo cleanup
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index 1197c3f..8c1f0b5 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -85,6 +85,8 @@
};
};
+ programs.firefox.enable = true;
+
boot = {
kernelParams = [ "video=DP-1:2560x1440@240" ];
kernelModules = [ "nct6687" ];