Add awesome configuration

This commit is contained in:
Oliver Davies 2024-06-15 12:52:54 +01:00
parent f2c7453b02
commit 5347c04b3e
9 changed files with 912 additions and 11 deletions

View file

@ -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;