trying to fix something on media
This commit is contained in:
parent
9336ca1da5
commit
41138e7a51
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
beets
|
||||
];
|
||||
|
||||
home = {
|
||||
home = rec {
|
||||
packages = with pkgs; [
|
||||
btop
|
||||
python3
|
||||
|
@ -17,7 +17,7 @@
|
|||
homeDirectory = "/home/media";
|
||||
|
||||
sessionVariables = {
|
||||
NH_FLAKE = "\${HOME}/nixos-config";
|
||||
NH_FLAKE = "${homeDirectory}/nixos-config";
|
||||
};
|
||||
|
||||
sessionPath = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue