mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 07:06:12 +01:00
desktop expansion
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user