This commit is contained in:
iFargle 2023-08-19 18:34:22 +09:00
parent cc67a9a897
commit d04e732681
2 changed files with 8 additions and 7 deletions

View file

@ -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
];
}

View file

@ -3,7 +3,8 @@
imports = [
# Desktop Environments
../../../desktops/common.nix
../../../desktops/hyprland.nix
# ../../../desktops/hyprland.nix
../../../desktops/gnome.nix
# Power Mamagement
../../../modules/powertop.nix
];