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,
outputs,
lib,
config,
pkgs,
...
}: {
@@ -122,6 +120,7 @@
lunarvim
evolution
rstudio
unstable.obsidian
# > gaming <
prismlauncher
@@ -129,19 +128,6 @@
steam
# > 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-compose
gnome.seahorse
@@ -159,11 +145,6 @@
];
};
programs.nixvim = {
enable = true;
defaultEditor = true;
};
systemd.user.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
home.sessionVariables = {