changes from ryzen-shine on Wed Jul 14 08:42:35 PM MDT 2021

This commit is contained in:
2021-07-14 20:42:35 -06:00
parent b8e66b25bf
commit e4120258c1
7 changed files with 69 additions and 29 deletions

View File

@@ -4,9 +4,9 @@
preferStatusNotifierItems = true;
windowManager.command = "${pkgs.haskellPackages.imalison-xmonad}/bin/imalison-xmonad";
profileExtra = ''
load_xkb_map.sh
export ROFI_SYSTEMD_TERM="alacritty -e"
. "$HOME/.lib/login.sh"
load_xkb_map.sh
'';
};
@@ -43,7 +43,6 @@
# notifyosd
# skippyxd
# volnoti
services.kdeconnect = {
enable = true;
@@ -67,4 +66,22 @@
};
services.xsettingsd.enable = true;
services.volnoti.enable = true;
services.git-sync = {
enable = true;
repositories = [
{
name = "config";
path = "/home/imalison/config";
uri = "git@bitbucket.org:ivanmalison/config.git";
}
{
name = "org";
path = "/home/imalison/org";
uri = "git@bitbucket.org:ivanmalison/org.git";
}
];
};
}