changed i3 stuff

This commit is contained in:
Charlie Root 2024-04-12 22:58:01 +02:00
commit e8fae4a2f4
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;
}