diff --git a/home.nix b/home.nix index a80ba5f..78da1bc 100644 --- a/home.nix +++ b/home.nix @@ -95,6 +95,7 @@ in { woeusb steam-run unzip + gnome.gnome-keyring # media spotify @@ -153,7 +154,9 @@ in { # org.gradle.daemon.idletimeout=3600000 # ''; }; - + + services.gnome-keyring.enable = true; + home.sessionVariables = { EDITOR = "nvim"; }; diff --git a/thor/configuration.nix b/thor/configuration.nix index 82a223b..eed2d0e 100644 --- a/thor/configuration.nix +++ b/thor/configuration.nix @@ -103,35 +103,11 @@ # $ nix search wget environment.systemPackages = (with pkgs; [ - vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - wget - git - neofetch - zsh - pavucontrol - htop - ntfs3g - dosfstools - woeusb - - python3 - - steam-run - unzip - - # cmake - # clang - # gcc - # gtest + # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + #wget ]) - ++ - (with pkgs-unstable; [ - cmake - gcc - clang - gtest ]); fonts.packages = with pkgs; [ nerdfonts ];