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; enable = true;
text = '' text = ''
[[ -f ~/.bashrc ]] && . ~/.bashrc [[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then #if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec river # exec river
fi #fi
''; '';
}; };
".bash_logout" = { ".bash_logout" = {

View File

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

View File

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