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