changed i3 stuff

This commit is contained in:
vali 2024-04-12 22:58:01 +02:00
commit b121b5d8c3
8 changed files with 275 additions and 81 deletions

View file

@ -0,0 +1,6 @@
_: {
imports = [
./i3.nix
];
home.file.".config/i3(config)".source = ./config;
}