mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-06-10 06:54:36 +02:00
several improvements for desktop system
This commit is contained in:
parent
ccd3923daf
commit
9975ca27e2
6 changed files with 157 additions and 81 deletions
nixos
|
@ -71,7 +71,7 @@
|
|||
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
podman.enable = true;
|
||||
podman.enable = false;
|
||||
};
|
||||
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
@ -80,7 +80,7 @@
|
|||
steam.enable = true;
|
||||
zsh.enable = true;
|
||||
adb.enable = true;
|
||||
noisetorch.enable = true;
|
||||
noisetorch.enable = false;
|
||||
dconf = {
|
||||
enable = true;
|
||||
};
|
||||
|
@ -89,8 +89,6 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
zsh
|
||||
kitty
|
||||
steamtinkerlaunch
|
||||
];
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
@ -126,13 +124,11 @@
|
|||
hardware = {
|
||||
pulseaudio.enable = false;
|
||||
opengl = {
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
};
|
||||
|
||||
security.polkit.enable = true;
|
||||
sound.enable = true;
|
||||
security.rtkit.enable = true;
|
||||
|
||||
time.hardwareClockInLocalTime = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue