test
This commit is contained in:
parent
cc67a9a897
commit
d04e732681
2 changed files with 8 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
||||||
{ config, pkgs, hostname, ... }: {
|
{ config, pkgs, hostname, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./hyprland-conf.nix
|
# ./hyprland-conf.nix
|
||||||
./waybar-conf.nix
|
# ./waybar-conf.nix
|
||||||
./rofi-conf.nix
|
# ./rofi-conf.nix
|
||||||
./mako-conf.nix
|
# ./mako-conf.nix
|
||||||
./swaylock-conf.nix
|
# ./swaylock-conf.nix
|
||||||
# ./gnome-dconf.nix
|
/gnome-dconf.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -3,7 +3,8 @@
|
||||||
imports = [
|
imports = [
|
||||||
# Desktop Environments
|
# Desktop Environments
|
||||||
../../../desktops/common.nix
|
../../../desktops/common.nix
|
||||||
../../../desktops/hyprland.nix
|
# ../../../desktops/hyprland.nix
|
||||||
|
../../../desktops/gnome.nix
|
||||||
# Power Mamagement
|
# Power Mamagement
|
||||||
../../../modules/powertop.nix
|
../../../modules/powertop.nix
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue