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, ... }: {
|
||||
imports = [
|
||||
./hyprland-conf.nix
|
||||
./waybar-conf.nix
|
||||
./rofi-conf.nix
|
||||
./mako-conf.nix
|
||||
./swaylock-conf.nix
|
||||
# ./gnome-dconf.nix
|
||||
# ./hyprland-conf.nix
|
||||
# ./waybar-conf.nix
|
||||
# ./rofi-conf.nix
|
||||
# ./mako-conf.nix
|
||||
# ./swaylock-conf.nix
|
||||
/gnome-dconf.nix
|
||||
];
|
||||
}
|
|
@ -3,7 +3,8 @@
|
|||
imports = [
|
||||
# Desktop Environments
|
||||
../../../desktops/common.nix
|
||||
../../../desktops/hyprland.nix
|
||||
# ../../../desktops/hyprland.nix
|
||||
../../../desktops/gnome.nix
|
||||
# Power Mamagement
|
||||
../../../modules/powertop.nix
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue