This commit is contained in:
2024-04-14 21:25:22 +02:00
parent 62d5200ffe
commit aac555405e
2 changed files with 6 additions and 27 deletions

View File

@@ -95,6 +95,7 @@ in {
woeusb woeusb
steam-run steam-run
unzip unzip
gnome.gnome-keyring
# media # media
spotify spotify
@@ -154,6 +155,8 @@ in {
# ''; # '';
}; };
services.gnome-keyring.enable = true;
home.sessionVariables = { home.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
}; };

View File

@@ -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 ];