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
|
beets
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = rec {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
btop
|
btop
|
||||||
python3
|
python3
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
homeDirectory = "/home/media";
|
homeDirectory = "/home/media";
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
NH_FLAKE = "\${HOME}/nixos-config";
|
NH_FLAKE = "${homeDirectory}/nixos-config";
|
||||||
};
|
};
|
||||||
|
|
||||||
sessionPath = [
|
sessionPath = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue