diff options
| author | adikro <adikro@disroot.org> | 2026-06-29 00:31:26 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-06-29 00:31:26 +0200 |
| commit | 8a820cacee1ff07ae7397d053b26e66f7086a4a4 (patch) | |
| tree | 23153683130799babd4e5ed1a39068c52fa7d588 /hosts/desktop | |
| parent | 9b8f9a4bf5e13efe49ec101f127d0df3d7bb3cf3 (diff) | |
Diffstat (limited to 'hosts/desktop')
| -rw-r--r-- | hosts/desktop/configuration.nix | 2 | ||||
| -rw-r--r-- | hosts/desktop/home.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 7e78c91..b910f8f 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -22,7 +22,7 @@ }; drivers = { enable = true; - kernel = "zen"; + # kernel = "zen"; cpu = "amd"; graphics = { enable = true; diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index 38f1469..374b007 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -98,5 +98,6 @@ gimp stow antigravity-cli + libnotify ]; } |
