mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 11:36:13 +01:00
keyring
This commit is contained in:
5
home.nix
5
home.nix
@@ -95,6 +95,7 @@ in {
|
|||||||
woeusb
|
woeusb
|
||||||
steam-run
|
steam-run
|
||||||
unzip
|
unzip
|
||||||
|
gnome.gnome-keyring
|
||||||
|
|
||||||
# media
|
# media
|
||||||
spotify
|
spotify
|
||||||
@@ -153,7 +154,9 @@ in {
|
|||||||
# org.gradle.daemon.idletimeout=3600000
|
# org.gradle.daemon.idletimeout=3600000
|
||||||
# '';
|
# '';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.gnome-keyring.enable = true;
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -103,35 +103,11 @@
|
|||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
(with pkgs; [
|
(with pkgs; [
|
||||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
wget
|
#wget
|
||||||
git
|
|
||||||
neofetch
|
|
||||||
zsh
|
|
||||||
pavucontrol
|
|
||||||
htop
|
|
||||||
ntfs3g
|
|
||||||
dosfstools
|
|
||||||
woeusb
|
|
||||||
|
|
||||||
python3
|
|
||||||
|
|
||||||
steam-run
|
|
||||||
unzip
|
|
||||||
|
|
||||||
# cmake
|
|
||||||
# clang
|
|
||||||
# gcc
|
|
||||||
# gtest
|
|
||||||
])
|
])
|
||||||
|
|
||||||
++
|
++
|
||||||
|
|
||||||
(with pkgs-unstable; [
|
(with pkgs-unstable; [
|
||||||
cmake
|
|
||||||
gcc
|
|
||||||
clang
|
|
||||||
gtest
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
fonts.packages = with pkgs; [ nerdfonts ];
|
fonts.packages = with pkgs; [ nerdfonts ];
|
||||||
|
|||||||
Reference in New Issue
Block a user