Add i3 movement scripts

This commit is contained in:
2022-03-09 18:52:38 +00:00
parent 0511e4d812
commit e894bea00e
3 changed files with 27 additions and 0 deletions

View File

@@ -3,6 +3,17 @@
let
mod = "Mod4";
in {
home.file = {
"bin/scripts/goup" = {
source = ./goup;
executable = true;
};
"bin/scripts/godown" = {
source = ./godown;
executable = true;
};
};
xsession = {
enable = true;