This commit is contained in:
2024-02-27 13:55:59 -07:00
parent 8bef0233ba
commit 33df980fa6
36 changed files with 586 additions and 241 deletions

View File

@@ -31,6 +31,10 @@ in {
};
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
users.users.${username} = {
shell = pkgs.fish;
};
services.xserver = {
layout = "us";
xkb.options = "caps:swapescape,altwin:swap_alt_win";