This commit is contained in:
Miguel Palhas
2025-10-30 14:20:48 +00:00
parent 5070f11eed
commit 488721bc7c
5 changed files with 9 additions and 9 deletions
Generated
+3 -3
View File
@@ -317,11 +317,11 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1760878510, "lastModified": 1761672384,
"narHash": "sha256-K5Osef2qexezUfs0alLvZ7nQFTGS9DL2oTVsIXsqLgs=", "narHash": "sha256-o9KF3DJL7g7iYMZq9SWgfS1BFlNbsm6xplRjVlOCkXI=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5e2a59a5b1a82f89f2c7e598302a9cacebb72a67", "rev": "08dacfca559e1d7da38f3cf05f1f45ee9bfd213c",
"type": "github" "type": "github"
}, },
"original": { "original": {
+1 -1
View File
@@ -7,7 +7,7 @@
{ {
xsession.windowManager.i3 = { xsession.windowManager.i3 = {
enable = true; enable = true;
package = pkgs.i3-gaps; package = pkgs.i3;
config = { config = {
modifier = "Mod4"; modifier = "Mod4";
terminal = "${pkgs.kitty}/bin/kitty"; terminal = "${pkgs.kitty}/bin/kitty";
+3 -3
View File
@@ -7,9 +7,9 @@
programs.adb.enable = true; programs.adb.enable = true;
services.udev.packages = with pkgs; [ # services.udev.packages = with pkgs; [
android-udev-rules # android-udev-rules
]; # ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
android-studio android-studio
+1 -1
View File
@@ -8,7 +8,7 @@
fonts = { fonts = {
enableDefaultPackages = true; enableDefaultPackages = true;
packages = with pkgs; [ packages = with pkgs; [
ubuntu_font_family ubuntu-classic
libertine libertine
nerd-fonts.fira-code nerd-fonts.fira-code
nerd-fonts.victor-mono nerd-fonts.victor-mono
+1 -1
View File
@@ -6,7 +6,7 @@
enable32Bit = true; enable32Bit = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
vpl-gpu-rt # or intel-media-sdk for QSV vpl-gpu-rt # or intel-media-sdk for QSV
vaapiVdpau libva-vdpau-driver
intel-media-driver intel-media-driver
intel-vaapi-driver intel-vaapi-driver
]; ];