several laptop changes

This commit is contained in:
Thilo Billerbeck 2024-04-05 02:07:37 +02:00
parent 407a1efef2
commit dd07894096
6 changed files with 27 additions and 31 deletions

View file

@ -73,6 +73,9 @@
zsh.enable = true;
adb.enable = true;
noisetorch.enable = true;
dconf = {
enable = true;
};
};
environment.systemPackages = with pkgs; [ git zsh kitty steamtinkerlaunch ];
@ -98,6 +101,11 @@
enable = true;
package = pkgs.mullvad-vpn;
};
dbus = {
enable = true;
packages = [ pkgs.dconf ];
};
bamf.enable = true;
};
hardware = {