mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 01:38:28 +02:00
feat: save i3 layout and auto load it
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
recursive = true;
|
||||
executable = true; # make all scripts executable
|
||||
};
|
||||
home.file.".config/i3/layouts" = {
|
||||
source = ./layouts;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
# rofi is a application launcher and dmenu replacement
|
||||
home.file.".config/rofi" = {
|
||||
|
||||
Reference in New Issue
Block a user