From aac555405e8628090d5aef6a9fc0eb1c2731d5ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Sun, 14 Apr 2024 21:25:22 +0200 Subject: [PATCH] keyring --- home.nix | 5 ++++- thor/configuration.nix | 28 ++-------------------------- 2 files changed, 6 insertions(+), 27 deletions(-) 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 ];