mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-06-15 00:44:35 +02:00
modularize nix version choice
This commit is contained in:
parent
df6cecdc98
commit
1e4fd788ed
5 changed files with 32 additions and 4 deletions
configs/thilo-laptop
|
@ -21,6 +21,12 @@
|
|||
home.sessionVariables = {
|
||||
LD_LIBRARY_PATH = "${pkgs.libGL}/lib";
|
||||
};
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixVersions.latest;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [ pkgs.nixVersions.latest ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue