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, ... }: { { config, pkgs, hostname, ... }: {
imports = [ imports = [
# Hyprland
# ./hyprland # ./hyprland
# Gnome
./gnome ./gnome
]; ];
} }

View file

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

View file

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