desktop expansion

This commit is contained in:
2024-04-20 21:19:11 +02:00
parent d12fd443bb
commit 407fd6e2bc
9 changed files with 75 additions and 6 deletions

View File

@@ -23,6 +23,7 @@
./features/kitty.nix
./features/neovim.nix
./features/tmux.nix
./features/neovide.nix
];
nixpkgs = {
@@ -115,7 +116,6 @@
libreoffice-fresh
# vscodium
vscode
neovide
lunarvim
evolution
rstudio
@@ -137,7 +137,14 @@
boost
]);
services.gnome-keyring.enable = true;
services.gnome-keyring = {
enable = true;
components = [
"ssh"
"secrets"
"pkcs11"
];
};
home.sessionVariables = {
EDITOR = "nvim";