Remove activity-watcher and add Gamepad support

This commit is contained in:
zuma 2025-05-07 14:32:00 +02:00
parent 416b46e04c
commit f145684e16
4 changed files with 26 additions and 8 deletions

View file

@ -136,7 +136,7 @@
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"cinny-4.2.3"
"cinny-unwrapped-4.2.3"
"cinny-unwrapped-4.2.3"
];
# List packages installed in system profile. To search, run:
@ -203,6 +203,7 @@
eva # calculator
util-linux # Set of system utilities
sshfs # A filesystem to mount drives over ssh
exiftool # We need it for images manipulation
# Languages
php # For hosting Adminer
@ -215,8 +216,6 @@
grim # Screenshot tool
slurp # Useful with grim for screenshotting
swww # Wallpaper engine
activitywatch # Stats on time spent
awatcher # Wayland Idle and window watcher
swaynotificationcenter # Notification daemon and notification center
virtiofsd # Device backend for libvrtd
];
@ -237,6 +236,7 @@
};
};
# KVM VM settings
programs.virt-manager.enable = true;
users.groups.libvirtd.members = ["zuma"];
virtualisation.libvirtd.enable = true;