This commit is contained in:
ficache 2024-11-10 14:52:19 +03:00
parent 2788e0f285
commit ad6a76fed8
3 changed files with 1 additions and 13 deletions

View File

@ -2,12 +2,8 @@
imports = [ imports = [
./defaultGtk.nix ./defaultGtk.nix
./git.nix ./git.nix
# ./desktop-managers/hypr.nix
# ./desktop-managers/waybar.nix
./nixvim/nixvim.nix ./nixvim/nixvim.nix
./stylix.nix ./stylix.nix
# ./gammastep.nix
./syncthing.nix ./syncthing.nix
./helix.nix
]; ];
} }

View File

@ -8,7 +8,7 @@
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
./modules/minimal/bundle.nix # minimal bundle to run pc ./modules/minimal/bundle.nix # minimal bundle to run pc
./modules/user_bundle.nix ./user_modules.nix
./modules/hardware/nvidia.nix ./modules/hardware/nvidia.nix
./modules/hardware/battery-threshold.nix ./modules/hardware/battery-threshold.nix

View File

@ -1,8 +0,0 @@
{
imports = [
./gaming-tweaks.nix
./pipewire.nix
./auto-cpufreq.nix
./privoxy.nix
];
}