gpu screen recorder
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
trusted-users = [ "root" "joshuaelm" ];
|
trusted-users = [ "root" "joshuaelm" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.gpu-screen-recorder.enable = true;
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
@@ -181,6 +182,7 @@
|
|||||||
killall
|
killall
|
||||||
hypridle
|
hypridle
|
||||||
git
|
git
|
||||||
|
gpu-screen-recorder
|
||||||
bibata-cursors
|
bibata-cursors
|
||||||
element-desktop
|
element-desktop
|
||||||
rofi
|
rofi
|
||||||
@@ -215,6 +217,8 @@
|
|||||||
# Or disable the firewall altogether.
|
# Or disable the firewall altogether.
|
||||||
networking.firewall.enable = false;
|
networking.firewall.enable = false;
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnsupportedSystem = true;
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
|
|||||||
@@ -1,5 +1,17 @@
|
|||||||
{ config, pkgs, inputs, ... }:
|
{ 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
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user