From ad6a76fed8b91e5f18ba9afbbb47e85aba6299f2 Mon Sep 17 00:00:00 2001 From: ficache Date: Sun, 10 Nov 2024 14:52:19 +0300 Subject: [PATCH] clean up --- home-manager/modules/bundle.nix | 4 ---- nixos/configuration.nix | 2 +- nixos/modules/user_bundle.nix | 8 -------- 3 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 nixos/modules/user_bundle.nix diff --git a/home-manager/modules/bundle.nix b/home-manager/modules/bundle.nix index 52b89b7..60958ca 100644 --- a/home-manager/modules/bundle.nix +++ b/home-manager/modules/bundle.nix @@ -2,12 +2,8 @@ imports = [ ./defaultGtk.nix ./git.nix - # ./desktop-managers/hypr.nix - # ./desktop-managers/waybar.nix ./nixvim/nixvim.nix ./stylix.nix - # ./gammastep.nix ./syncthing.nix - ./helix.nix ]; } diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 04c3329..d99e51d 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -8,7 +8,7 @@ [ # Include the results of the hardware scan. ./hardware-configuration.nix ./modules/minimal/bundle.nix # minimal bundle to run pc - ./modules/user_bundle.nix + ./user_modules.nix ./modules/hardware/nvidia.nix ./modules/hardware/battery-threshold.nix diff --git a/nixos/modules/user_bundle.nix b/nixos/modules/user_bundle.nix deleted file mode 100644 index 319c437..0000000 --- a/nixos/modules/user_bundle.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ - imports = [ - ./gaming-tweaks.nix - ./pipewire.nix - ./auto-cpufreq.nix - ./privoxy.nix - ]; -} \ No newline at end of file