Skip to content

Commit

Permalink
chore(modules): update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
raexera committed Nov 25, 2024
1 parent c98bc32 commit a084b1a
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 61 deletions.
2 changes: 2 additions & 0 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
sharedModules = [
./modules/config
./modules/environment
./modules/programs
./modules/security
./modules/services
./modules/shell
./modules/system
];
Expand Down
5 changes: 0 additions & 5 deletions hosts/minimal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
imports = [
./disk-configuration.nix
./hardware-configuration.nix

./programs/neovim.nix
./programs/nh.nix
./services/networking.nix
./services/openssh.nix
];

boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions hosts/modules/programs/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
imports = [
./gnupg.nix
./neovim.nix
./nh.nix
];
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions hosts/modules/services/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
imports = [
./networking.nix
./openssh.nix
];
}
File renamed without changes.
File renamed without changes.
13 changes: 4 additions & 9 deletions hosts/yuki/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
./power-management.nix

./programs/dconf.nix
./programs/gnupg.nix
./programs/neovim.nix
./programs/nh.nix
./programs/thunar.nix
./services/blueman.nix
./services/dbus.nix
Expand All @@ -16,18 +13,16 @@
./services/gvfs.nix
./services/location.nix
./services/mariadb.nix
./services/networking.nix
./services/openssh.nix
./services/pipewire.nix
./services/postgresql.nix
./virtualisation/containers.nix
./virtualisation/docker.nix
./virtualisation/podman.nix

../modules/hardware/bluetooth.nix
../modules/hardware/gpu/intel.nix
../modules/hardware/gpu/nvidia.nix
../modules/window-managers/hyprland.nix
../modules/hardware/bluetooth
../modules/hardware/gpu/intel
../modules/hardware/gpu/nvidia
../modules/window-managers/hyprland
];

boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
Expand Down
6 changes: 0 additions & 6 deletions hosts/yuki/programs/neovim.nix

This file was deleted.

10 changes: 0 additions & 10 deletions hosts/yuki/programs/nh.nix

This file was deleted.

20 changes: 0 additions & 20 deletions hosts/yuki/services/networking.nix

This file was deleted.

11 changes: 0 additions & 11 deletions hosts/yuki/services/openssh.nix

This file was deleted.

0 comments on commit a084b1a

Please sign in to comment.