mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-07-25 01:54:48 +00:00
feat: audio cast
This commit is contained in:
@@ -15,9 +15,15 @@
|
||||
kdePackages.okular
|
||||
bitbox
|
||||
gamma-launcher
|
||||
(pkgs.writeShellApplication {
|
||||
name = "shut";
|
||||
text = ''
|
||||
shutdown now
|
||||
'';
|
||||
})
|
||||
];
|
||||
};
|
||||
wayland.windowManager.hyprland.settings.config.input.kb_options = [ "lv3:caps_switch" ];
|
||||
wayland.windowManager.hyprland.settings.config.input.kb_options = "lv3:caps_switch";
|
||||
services.nextcloud-client.enable = true;
|
||||
systemd.user.services = {
|
||||
nm-applet = {
|
||||
|
||||
Reference in New Issue
Block a user