feat: couple of updates - added i3, neovim, etc...)

This commit is contained in:
Xavier Morel
2025-04-25 09:31:14 +02:00
committed by installer
parent f17b416af5
commit 285d96d758
6 changed files with 92 additions and 46 deletions

View File

@@ -2,6 +2,7 @@
config,
pkgs,
lib,
nixpkgs,
outputs,
...
}:
@@ -60,11 +61,6 @@
gtk-application-prefer-dark-theme = 1;
};
};
# qt = {
# enable = true;
# style.name = "adwaita-dark";
# platformTheme.name = "gtk3";
# };
services = {
hypridle = {
@@ -90,6 +86,7 @@
};
};
nixpkgs.config.allowUnfree = true;
programs = {
gh.enable = true;
btop = {