steveej-t14: init
This commit is contained in:
parent
11b8b11d9a
commit
aef08954ab
9 changed files with 220 additions and 0 deletions
12
nix/os/devices/steveej-t14/pkg.nix
Normal file
12
nix/os/devices/steveej-t14/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