Update nix files; un-sudo backup.sh
This commit is contained in:
parent
c3e17eae8c
commit
a93c6c3e39
5 changed files with 15 additions and 5 deletions
|
@ -23,6 +23,7 @@
|
|||
|
||||
imports = [
|
||||
./packages.nix
|
||||
./other.nix
|
||||
];
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
|
7
home-manager/other.nix
Normal file
7
home-manager/other.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.sessionVariables = {
|
||||
DOTNET_ROOT = "${pkgs.dotnet-runtime_7}";
|
||||
};
|
||||
}
|
|
@ -21,5 +21,7 @@
|
|||
pkgs.cinnamon.nemo-with-extensions
|
||||
pkgs.cinnamon.mint-y-icons
|
||||
pkgs.pinentry-gtk2
|
||||
pkgs.pass
|
||||
pkgs.dotnet-runtime_7
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue