summaryrefslogtreecommitdiff
path: root/hosts/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop')
-rw-r--r--hosts/desktop/configuration.nix2
-rw-r--r--hosts/desktop/home.nix1
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
];
}