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, ... }: { { 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
]; ];
} }

View file

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