Add awesome configuration
This commit is contained in:
parent
f2c7453b02
commit
5347c04b3e
9 changed files with 912 additions and 11 deletions
|
@ -25,7 +25,14 @@
|
|||
|
||||
username = "opdavies";
|
||||
|
||||
mkNixos = import ./lib/nixos { inherit inputs self username; };
|
||||
mkNixos = import ./lib/nixos {
|
||||
inherit
|
||||
inputs
|
||||
pkgs
|
||||
self
|
||||
username
|
||||
;
|
||||
};
|
||||
mkWsl = import ./lib/wsl2 { inherit inputs self username; };
|
||||
|
||||
inherit (pkgs) mkShell;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue