diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-27 13:11:19 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-27 13:11:19 -0400 |
| commit | 26a16a10c8500c51d251ba21204a8144c8072fb4 (patch) | |
| tree | 55cc4265a8561a54edb156c33b552fed4ca6527b /hosts | |
| parent | f13cebcd9cd4e23130e488ec2c3035bc7aebde5b (diff) | |
backlight and volume control bindings
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/meowbook/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/meowbook/default.nix b/hosts/meowbook/default.nix index 03acecb..f0de2ba 100644 --- a/hosts/meowbook/default.nix +++ b/hosts/meowbook/default.nix @@ -16,6 +16,8 @@ stateVersion = "26.05"; username = "rosa"; }; + + programs.vesktop.enable = true; }; networking.networkmanager = { |
