Flatten home modules

This commit is contained in:
2024-09-10 10:37:32 -07:00
parent e9d14167aa
commit fb8431da2d
16 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
let let
nextcloudTalkDesktop = pkgs.callPackage ./modules/applications/nextcloud-talk-desktop/package.nix {}; nextcloudTalkDesktop = pkgs.callPackage ./modules/nextcloud-talk-desktop/package.nix {};
in in
{ {
# Home Manager needs a bit of information about you and the paths it should # Home Manager needs a bit of information about you and the paths it should
@@ -106,10 +106,10 @@ in
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
imports = [ imports = [
./modules/applications/emacs ./modules/emacs
./modules/games/lutris ./modules/lutris
./modules/window_managers/i3 ./modules/i3
./modules/window_managers/sway ./modules/sway
]; ];
programs.bash.enable = true; programs.bash.enable = true;

View File

@@ -3,6 +3,6 @@
{ {
imports = [ imports = [
./home-default.nix ./home-default.nix
./modules/window_managers/hyprland/nix-book.nix ./modules/hyprland/nix-book.nix
]; ];
} }

View File

@@ -3,6 +3,6 @@
{ {
imports = [ imports = [
./home-default.nix ./home-default.nix
./modules/window_managers/hyprland/z790prors.nix ./modules/hyprland/z790prors.nix
]; ];
} }

View File

Before

Width:  |  Height:  |  Size: 842 KiB

After

Width:  |  Height:  |  Size: 842 KiB