fix: missing files, nix.gc temp

This commit is contained in:
Kat Inskip 2023-01-29 08:46:10 -08:00
parent e29aa76eac
commit 55af7c915e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 48 additions and 1 deletions

14
nixos/i3.nix Normal file
View file

@ -0,0 +1,14 @@
_: let
super = "Mod4";
in {
xsession.windowManager.i3 = {
enable = true;
config = {
modifier = super;
fonts = [ ];
};
bars = [
];
};
}