mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-14 12:23:58 +01:00
Only import one file for home-manager
This commit is contained in:
parent
a9703aad9a
commit
b6f16a9877
@ -15,8 +15,7 @@
|
||||
modules = [
|
||||
./configuration.nix
|
||||
./home.nix
|
||||
./home-manager/fcitx5
|
||||
./home-manager/rofi
|
||||
./home-manager
|
||||
hyprland.nixosModules.default
|
||||
{ programs.hyprland.enable = true; }
|
||||
stylix.nixosModules.stylix
|
||||
|
21
home-manager/default.nix
Normal file
21
home-manager/default.nix
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
imports = [
|
||||
./dunst
|
||||
./editorconfig
|
||||
./fcitx5
|
||||
./feh
|
||||
./git
|
||||
./gtk
|
||||
./kitty
|
||||
./mpv
|
||||
./ncmpcpp
|
||||
./qutebrowser
|
||||
./ranger
|
||||
./rofi
|
||||
./swaylock
|
||||
./thunar
|
||||
./tig
|
||||
./waybar
|
||||
./zathura
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user