mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:46:11 +01:00
keyring
This commit is contained in:
5
home.nix
5
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";
|
||||
};
|
||||
|
||||
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user