Merge branch alpine/master of into nixbook/master
This commit is contained in:
commit
61749486f3
9 changed files with 54 additions and 34 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
outputs = inputs: let
|
||||
system = "x86_64-linux";
|
||||
pkgs = import inputs.nixpkgs { inherit system; };
|
||||
pkgs = import inputs.nixpkgs {inherit system;};
|
||||
user = "tristan";
|
||||
userFullname = "Tristan Beedell";
|
||||
auto-login = import ./nixos/programs/auto-login.nix;
|
||||
|
|
@ -41,6 +41,7 @@
|
|||
./home/programs/graphical.nix
|
||||
./home/programs/gamer.nix
|
||||
./home/programs/personal/.
|
||||
./home/programs/xr.nix
|
||||
];
|
||||
|
||||
FCS-Tristan-Nixbook =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue