mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: flake updates for desktop
This commit is contained in:
parent
75b4bfd452
commit
9b6c4a0ca6
6 changed files with 4 additions and 27 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
'';
|
||||
});
|
||||
in {
|
||||
home.packages = builtins.trace "WARN: reenable pwndbg later!" [
|
||||
#pwndbgWithDebuginfod
|
||||
home.packages = [
|
||||
pwndbgWithDebuginfod
|
||||
pkgs.hotspot
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue