chore: flake updates for desktop

This commit is contained in:
oddlama 2024-07-17 01:19:07 +02:00
parent 75b4bfd452
commit 9b6c4a0ca6
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 4 additions and 27 deletions

View file

@ -1,5 +1,4 @@
{
inputs,
config,
lib,
pkgs,
@ -68,6 +67,5 @@ in
services.getty.autologinUser = myuser;
# Allow screen recorder to access the framebuffer as root
imports = ["${inputs.nixpkgs-gpu-screen-recorder}/nixos/modules/programs/gpu-screen-recorder.nix"];
programs.gpu-screen-recorder.wrapCapabilities = true;
programs.gpu-screen-recorder.enable = true;
}

View file

@ -23,8 +23,8 @@
'';
});
in {
home.packages = builtins.trace "WARN: reenable pwndbg later!" [
#pwndbgWithDebuginfod
home.packages = [
pwndbgWithDebuginfod
pkgs.hotspot
];