mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: sets username
This commit is contained in:
parent
f3717bacfd
commit
c1103ec8f6
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
outputs = { nixpkgs, self, ...} @ inputs:
|
||||
let
|
||||
selfPkgs = import ./pkgs;
|
||||
username = "frostphoenix";
|
||||
username = "liv";
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue