summaryrefslogtreecommitdiff
path: root/hosts/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop')
-rw-r--r--hosts/desktop/configuration.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index 434565e..356cfb2 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -9,10 +9,7 @@
../../os/default.nix
];
- boot.kernelParams = [
- "video=DP-1:2560x1440@240"
- ];
- sys = {
+ os = {
core = {
allowUnfree.enable = true;
flatpak.enable = true;
@@ -69,4 +66,8 @@
niri.enable = true;
};
};
+
+ boot.kernelParams = [
+ "video=DP-1:2560x1440@240"
+ ];
}