From 7b75cc3190d545246164c69c52512d56d9c2bf37 Mon Sep 17 00:00:00 2001 From: joygnu Date: Sat, 31 Aug 2024 16:27:33 +0200 Subject: [PATCH] what --- modules/default.nix | 63 +++++++++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 28 deletions(-) diff --git a/modules/default.nix b/modules/default.nix index 58e73d5..ad773ad 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,32 +1,39 @@ { imports = [ - ./fonts - ./sound - ./vm - ./packages - ./misc - ./gdm - ./stylix - ./blue - ./services - ./syncthing - ./gpg - ./appimage - ./update - ./polkit - ./ssh - ./dunst - ./zsh - ./misc - ./rofi - ./helix - ./firefox - ./alacritty - ./hyprland - ./hypridle - ./newsboat - ./git - ./gtk - ./ags + # ./fonts + # ./sound + # ./vm + # ./packages + # ./misc + # ./gdm + # ./stylix + # ./blue + # ./services + # ./syncthing + # ./gpg + # ./appimage + # ./update + # ./polkit + # ./ssh + # ./dunst + # ./zsh + # ./misc + # ./rofi + # ./helix + # ./firefox + # ./alacritty + # ./hyprland + # ./hypridle + # ./newsboat + # ./git + # ./gtk + # ./ags + ./apps + # ./desktop + ./hardware + # ./services + ./styling + ./system + ./tools ]; }