Update nix files; un-sudo backup.sh

This commit is contained in:
askiiart 2023-12-30 11:55:10 -06:00
parent c3e17eae8c
commit a93c6c3e39
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
5 changed files with 15 additions and 5 deletions

View file

@ -23,6 +23,7 @@
imports = [
./packages.nix
./other.nix
];
programs.fish.enable = true;

7
home-manager/other.nix Normal file
View file

@ -0,0 +1,7 @@
{config, pkgs, ... }:
{
home.sessionVariables = {
DOTNET_ROOT = "${pkgs.dotnet-runtime_7}";
};
}

View file

@ -21,5 +21,7 @@
pkgs.cinnamon.nemo-with-extensions
pkgs.cinnamon.mint-y-icons
pkgs.pinentry-gtk2
pkgs.pass
pkgs.dotnet-runtime_7
];
}