gpu screen recorder

This commit is contained in:
2026-01-29 16:54:12 -06:00
parent fd6ba1e830
commit 6415abe966
2 changed files with 17 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
trusted-users = [ "root" "joshuaelm" ];
};
programs.gpu-screen-recorder.enable = true;
# Bootloader.
boot.loader.systemd-boot.enable = true;
@@ -181,6 +182,7 @@
killall
hypridle
git
gpu-screen-recorder
bibata-cursors
element-desktop
rofi
@@ -215,6 +217,8 @@
# Or disable the firewall altogether.
networking.firewall.enable = false;
nixpkgs.config.allowUnsupportedSystem = true;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave

View File

@@ -1,5 +1,17 @@
{ config, pkgs, inputs, ... }:
{
imports = [ ./stylix ./cava ./hypr ./kitty ./noctalia ./nushell ./nvim ./starship ./yazi ./zen];
imports =
[
./stylix
./cava
./hypr
./kitty
./noctalia
./nushell
./nvim
./starship
./yazi
./zen
];
}