less bloat

This commit is contained in:
2024-04-25 22:50:54 +02:00
parent 50f4ad862d
commit 9034e79cf4

View File

@@ -3,8 +3,6 @@
{ {
inputs, inputs,
outputs, outputs,
lib,
config,
pkgs, pkgs,
... ...
}: { }: {
@@ -122,6 +120,7 @@
lunarvim lunarvim
evolution evolution
rstudio rstudio
unstable.obsidian
# > gaming < # > gaming <
prismlauncher prismlauncher
@@ -129,19 +128,6 @@
steam steam
# > development < # > development <
clang
clang-tools
cargo
bash
nodejs
python3
cmake
gtest
boost
gcc-unwrapped
gcc.cc.lib
inputs.nixvim.packages."x86_64-linux".default
docker docker
docker-compose docker-compose
gnome.seahorse gnome.seahorse
@@ -158,11 +144,6 @@
"pkcs11" "pkcs11"
]; ];
}; };
programs.nixvim = {
enable = true;
defaultEditor = true;
};
systemd.user.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh"; systemd.user.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";