mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: missing files, nix.gc temp
This commit is contained in:
parent
e29aa76eac
commit
55af7c915e
5 changed files with 48 additions and 1 deletions
14
nixos/i3.nix
Normal file
14
nixos/i3.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
_: let
|
||||
super = "Mod4";
|
||||
in {
|
||||
xsession.windowManager.i3 = {
|
||||
enable = true;
|
||||
config = {
|
||||
modifier = super;
|
||||
fonts = [ ];
|
||||
};
|
||||
|
||||
bars = [
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue