diff --git a/home.nix b/home.nix index ae5ad3d..05ecd5f 100755 --- a/home.nix +++ b/home.nix @@ -3,7 +3,14 @@ { imports = [ ./modules/shell/alacritty.nix + ./modules/shell/aliases.nix + ./modules/user/gnome-home.nix +# ./modules/user/kde-home.nix +# ./modules/user/niri-home.nix +# ./modules/user/hyprland-home.nix + ./system/default.nix +# ./gnome.nix ]; # Home Manager needs a bit of information about you and the paths it should @@ -58,24 +65,6 @@ # recursive = true; #}; - home.packages = with pkgs; [ - htop - noto-fonts - fira-code - nerd-fonts.fira-code -# pkgs.pidgin - # pkgs.gnomeExtensions.user-themes - # pkgs.gnomeExtensions.tray-icons-reloaded - # pkgs.gnomeExtensions.vitals - # pkgs.gnomeExtensions.dash-to-panel - # pkgs.gnomeExtensions.sound-output-device-chooser - # pkgs.gnomeExtensions.space-bar - unzip - zip - # yazi - pkgs.p7zip - inetutils - signal-desktop # # Adds the 'hello' command to your environment. It prints a friendly # # "Hello, world!" when run. # pkgs.hello @@ -92,7 +81,6 @@ # (pkgs.writeShellScriptBin "my-hello" '' # echo "Hello, ${config.home.username}!" # '') - ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage # plain files is through 'home.file'. @@ -108,36 +96,6 @@ # org.gradle.daemon.idletimeout=3600000 # ''; }; - gtk = { - enable = true; - - iconTheme = { - name = "Papirus-Dark"; - package = pkgs.papirus-icon-theme; - }; - - theme = { - name = "palenight"; - package = pkgs.palenight-theme; - }; - - cursorTheme = { - name = "Numix-Cursor"; - package = pkgs.numix-cursor-theme; - }; - - gtk3.extraConfig = { - Settings = '' - gtk-application-prefer-dark-theme=1 - ''; - }; - - gtk4.extraConfig = { - Settings = '' - gtk-application-prefer-dark-theme=1 - ''; - }; - }; # Home Manager can also manage your environment variables through # 'home.sessionVariables'. If you don't want to manage your shell through Home # Manager then you have to manually source 'hm-session-vars.sh' located at