init pa600
This commit is contained in:
parent
1bba975a9d
commit
02bb843015
8 changed files with 187 additions and 0 deletions
12
nix/os/devices/steveej-pa600/pkg.nix
Normal file
12
nix/os/devices/steveej-pa600/pkg.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs
|
||||
, ...
|
||||
}:
|
||||
|
||||
{
|
||||
nixpkgs.config.packageOverrides = pkgs: with pkgs; {
|
||||
nixPath = (import ../../../default.nix { versionsPath = ./versions.nix; }).nixPath;
|
||||
};
|
||||
home-manager.users.steveej = import ../../../home-manager/configuration/graphical-fullblown.nix { inherit pkgs; };
|
||||
services.teamviewer.enable = true;
|
||||
system.stateVersion = "20.09";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue