add gpu screen recorder; add virt manager; add rest manager to vscode;

This commit is contained in:
2025-01-08 13:04:42 +00:00
parent f9b1d348b4
commit 527bd076d0
4 changed files with 14 additions and 9 deletions

18
flake.lock generated
View File

@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1735468753, "lastModified": 1736199437,
"narHash": "sha256-2dt1nOe9zf9pDkf5Kn7FUFyPRo581s0n90jxYXJ94l0=", "narHash": "sha256-TdU0a/x8048rbbJmkKWzSY1CtsbbGKNkIJcMdr8Zf4Q=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "84a5b93637cc16cbfcc61b6e1684d626df61eb21", "rev": "49f8aa791f81ff2402039b3efe0c35b9386c4bcf",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -82,11 +82,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1735782335, "lastModified": 1736300855,
"narHash": "sha256-bjz6Z5GpBHIdD6LVPO505zMPqqYUufCpsZf1RyD/8m8=", "narHash": "sha256-sq2oM8ge0co6QNqEmaNZ+ftFgou40ZsveJzlQ3AHzbI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nix-vscode-extensions", "repo": "nix-vscode-extensions",
"rev": "384a1824dad156ca44aadd625acfc68680aea9a8", "rev": "060591d91040fc6e810d705082488be48d15b84f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -113,11 +113,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1735669367, "lastModified": 1736200483,
"narHash": "sha256-tfYRbFhMOnYaM4ippqqid3BaLOXoFNdImrfBfCp4zn0=", "narHash": "sha256-JO+lFN2HsCwSLMUWXHeOad6QUxOuwe9UOAF/iSl1J4I=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "edf04b75c13c2ac0e54df5ec5c543e300f76f1c9", "rev": "3f0a8ac25fb674611b98089ca3a5dd6480175751",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -23,6 +23,7 @@ in
vs-extensions.jnoortheen.nix-ide vs-extensions.jnoortheen.nix-ide
vs-extensions.esbenp.prettier-vscode vs-extensions.esbenp.prettier-vscode
vs-extensions.bradlc.vscode-tailwindcss vs-extensions.bradlc.vscode-tailwindcss
vs-extensions.humao.rest-client
]; ];
userSettings = { userSettings = {
"workbench.iconTheme" = "material-icon-theme"; "workbench.iconTheme" = "material-icon-theme";

View File

@@ -28,6 +28,9 @@
}; };
hardware.tuxedo-drivers.enable = true; hardware.tuxedo-drivers.enable = true;
programs.gpu-screen-recorder.enable = true;
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users.worble = { users.users.worble = {

View File

@@ -80,6 +80,7 @@
inotify-tools inotify-tools
libnotify libnotify
electrum electrum
gpu-screen-recorder-gtk
]; ];
fonts.fontconfig = { fonts.fontconfig = {