Flatten home modules
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user