initial commit x2
This commit is contained in:
18
home-manager/default.nix
Normal file
18
home-manager/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ ... }: {
|
||||
imports = [
|
||||
./configuration.nix
|
||||
|
||||
./apps/fastfetch.nix
|
||||
./apps/git.nix
|
||||
./apps/kitty.nix
|
||||
./apps/neovim.nix
|
||||
./apps/zsh.nix
|
||||
|
||||
./desktop/eww/eww.nix
|
||||
./desktop/rofi/rofi.nix
|
||||
./desktop/gtk.nix
|
||||
./desktop/hyprland.nix
|
||||
./desktop/hyprpaper.nix
|
||||
./desktop/xdg.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user