hm clean up
This commit is contained in:
parent
3666ba1170
commit
5ddc4e4421
@ -1,9 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./modules/bundle.nix
|
|
||||||
./package-groups/bundle.nix
|
./package-groups/bundle.nix
|
||||||
# ./your-variables.nix
|
./your-modules.nix
|
||||||
./your-packages.nix
|
./your-packages.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
imports = [
|
|
||||||
./defaultGtk.nix
|
|
||||||
./git.nix
|
|
||||||
./nixvim/nixvim.nix
|
|
||||||
./stylix.nix
|
|
||||||
./syncthing.nix
|
|
||||||
];
|
|
||||||
}
|
|
9
home-manager/your_modules.nix
Normal file
9
home-manager/your_modules.nix
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./modules/defaultGtk.nix
|
||||||
|
./modules/git.nix
|
||||||
|
./modules/nixvim/nixvim.nix
|
||||||
|
./modules/stylix.nix
|
||||||
|
./modules/syncthing.nix
|
||||||
|
];
|
||||||
|
}
|
@ -8,12 +8,9 @@
|
|||||||
[ # 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
|
||||||
./user_modules.nix
|
|
||||||
|
|
||||||
./modules/hardware/nvidia.nix
|
./user_modules.nix
|
||||||
./modules/hardware/battery-threshold.nix
|
|
||||||
./system-packages.nix
|
./system-packages.nix
|
||||||
./modules/desktop-enviroments/plasma6.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledModules = [
|
disabledModules = [
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./gaming-tweaks.nix
|
./modules/gaming-tweaks.nix
|
||||||
./pipewire.nix
|
./modules/pipewire.nix
|
||||||
./auto-cpufreq.nix
|
./modules/auto-cpufreq.nix
|
||||||
./privoxy.nix
|
./modules/privoxy.nix
|
||||||
|
|
||||||
|
./modules/hardware/nvidia.nix
|
||||||
|
./modules/hardware/battery-threshold.nix
|
||||||
|
./modules/desktop-enviroments/plasma6.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user