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, ... }: {
|
{ config, pkgs, hostname, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
# Hyprland
|
|
||||||
# ./hyprland
|
# ./hyprland
|
||||||
|
|
||||||
# Gnome
|
|
||||||
./gnome
|
./gnome
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -1,5 +1,6 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./.
|
./gnome-conf.nix
|
||||||
|
./gnome-terminal-conf.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -1,5 +1,9 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./.
|
./hyprland-conf.nix
|
||||||
|
./mako-conf.nix
|
||||||
|
./rofi-conf.nix
|
||||||
|
./swaylock-conf.nix
|
||||||
|
./waybar-conf.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
Loading…
Reference in a new issue