aboutsummaryrefslogtreecommitdiff
path: root/nixos/spec.nix
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-02-26 13:53:41 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-02-26 13:53:41 +0200
commit19e72eedb7a4b447e3574b39c74e097417fbe91e (patch)
tree0209c6e40b4707dd989ddcdae2e0a5119ad4a44a /nixos/spec.nix
parent00f5075f174b5c941dff095560d19c1580e74b70 (diff)
downloadnixos-configuration-19e72eedb7a4b447e3574b39c74e097417fbe91e.tar.gz
nixos-configuration-19e72eedb7a4b447e3574b39c74e097417fbe91e.tar.bz2
nixos-configuration-19e72eedb7a4b447e3574b39c74e097417fbe91e.zip
feat: redesign, with onedark theme
Diffstat (limited to 'nixos/spec.nix')
-rw-r--r--nixos/spec.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/spec.nix b/nixos/spec.nix
index 77ac310..504eee2 100644
--- a/nixos/spec.nix
+++ b/nixos/spec.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, lib, ... }: {
+{ pkgs, lib, ... }: {
specialisation = {
wayland = {
configuration = {
@@ -16,9 +16,9 @@
services.xserver.displayManager.startx.enable = true;
}
(import ./dwm {
- inherit config;
+ #inherit config;
inherit pkgs;
- inherit lib;
+ #inherit lib;
});
};
};