This commit is contained in:
iFargle 2023-08-21 23:27:19 +09:00
parent f027f6e73e
commit 9ca48e473f
3 changed files with 8 additions and 6 deletions

View file

@ -1,9 +1,6 @@
{ config, pkgs, hostname, ... }: {
imports = [
# Hyprland
# ./hyprland
# Gnome
# ./hyprland
./gnome
];
}

View file

@ -1,5 +1,6 @@
{ ... }: {
imports = [
./.
./gnome-conf.nix
./gnome-terminal-conf.nix
];
}

View file

@ -1,5 +1,9 @@
{ ... }: {
imports = [
./.
./hyprland-conf.nix
./mako-conf.nix
./rofi-conf.nix
./swaylock-conf.nix
./waybar-conf.nix
];
}