chore: update imputs
This commit is contained in:
parent
17ab5faf24
commit
891283aa43
5 changed files with 189 additions and 207 deletions
|
|
@ -12,10 +12,8 @@ in
|
|||
options.my.programs.sway.enable = mkEnableOption "sway";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
};
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
environment.loginShellInit = ''
|
||||
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||
exec sway
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue