test
This commit is contained in:
parent
f027f6e73e
commit
9ca48e473f
3 changed files with 8 additions and 6 deletions
|
@ -1,9 +1,6 @@
|
|||
{ config, pkgs, hostname, ... }: {
|
||||
imports = [
|
||||
# Hyprland
|
||||
# ./hyprland
|
||||
|
||||
# Gnome
|
||||
# ./hyprland
|
||||
./gnome
|
||||
];
|
||||
}
|
|
@ -1,5 +1,6 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./.
|
||||
./gnome-conf.nix
|
||||
./gnome-terminal-conf.nix
|
||||
];
|
||||
}
|
|
@ -1,5 +1,9 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./.
|
||||
./hyprland-conf.nix
|
||||
./mako-conf.nix
|
||||
./rofi-conf.nix
|
||||
./swaylock-conf.nix
|
||||
./waybar-conf.nix
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue