mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 22:36:12 +01:00
less bloat
This commit is contained in:
@@ -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
|
||||||
@@ -159,11 +145,6 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
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";
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|||||||
Reference in New Issue
Block a user