Added cage compositor again to test.

This commit is contained in:
Thai Noodles 2024-01-21 19:10:16 -08:00
parent 450f9e382d
commit fcdf1058a5
3 changed files with 11 additions and 4 deletions

View File

@ -5,9 +5,9 @@
enable = true;
text = ''
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec river
fi
#if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
# exec river
#fi
'';
};
".bash_logout" = {

View File

@ -10,6 +10,6 @@
cargo
go
just
rust
rustc
];
}

View File

@ -22,6 +22,13 @@
];
};
};
services = {
cage = {
enable = true;
program = "${pkgs.foot}/bin/foot"
user = "${user.name}";
};
};
programs = {
river = {
enable = true;