update | fix wallpaper | remove adb | disable tas
nixos config pipeline / show-flake (push) Successful in 30s
nixos config pipeline / deploy (push) Has been cancelled

This commit is contained in:
smayzy
2026-01-17 11:34:13 +01:00
parent 526618f959
commit 0210a58bf5
6 changed files with 63 additions and 36 deletions
-1
View File
@@ -22,7 +22,6 @@
extraGroups = [
"networkmanager"
"wheel"
"adbusers"
"wireshark"
"dialout"
];
-3
View File
@@ -64,7 +64,6 @@
hyprland.enable = true;
kde.enable = true;
docker.enable = true;
tas.enable = true;
containers = {
nixos = {
};
@@ -90,8 +89,6 @@
backupFileExtension = "backup";
};
programs.adb.enable = true;
system.stateVersion = "24.11";
boot.loader.grub.extraEntries = ''
-1
View File
@@ -10,7 +10,6 @@
laptop.enable = true;
hyprland.enable = true;
kde.enable = true;
tas.enable = true;
};
home-manager = {