This commit is contained in:
Kopatz
2023-11-27 12:26:45 +01:00
parent c140fa7089
commit 03d33d6306
3 changed files with 10 additions and 91 deletions

View File

@@ -36,7 +36,6 @@ in
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# List packages installed in system profile. To search, run:
# $ nix search wget
@@ -49,17 +48,13 @@ in
keepassWithPlugins
jetbrains.idea-ultimate
jetbrains.rider
dotnet-sdk_7
dotnet-runtime_7
neovim
htop
btop
git
xfce.thunar
killall
xclip
usbutils
bun
inputs.agenix.packages."x86_64-linux".default
insomnia
remmina
@@ -83,9 +78,9 @@ in
vulkan-tools
];
environment.sessionVariables = {
DOTNET_ROOT = "${pkgs.dotnet-sdk_7}";
};
#environment.sessionVariables = {
# DOTNET_ROOT = "${pkgs.dotnet-sdk_7}";
#};
### docker
virtualisation.docker.enable = true;