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": {
"locked": {
"lastModified": 1760878510,
"narHash": "sha256-K5Osef2qexezUfs0alLvZ7nQFTGS9DL2oTVsIXsqLgs=",
"lastModified": 1761672384,
"narHash": "sha256-o9KF3DJL7g7iYMZq9SWgfS1BFlNbsm6xplRjVlOCkXI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5e2a59a5b1a82f89f2c7e598302a9cacebb72a67",
"rev": "08dacfca559e1d7da38f3cf05f1f45ee9bfd213c",
"type": "github"
},
"original": {
+1 -1
View File
@@ -7,7 +7,7 @@
{
xsession.windowManager.i3 = {
enable = true;
package = pkgs.i3-gaps;
package = pkgs.i3;
config = {
modifier = "Mod4";
terminal = "${pkgs.kitty}/bin/kitty";
+3 -3
View File
@@ -7,9 +7,9 @@
programs.adb.enable = true;
services.udev.packages = with pkgs; [
android-udev-rules
];
# services.udev.packages = with pkgs; [
# android-udev-rules
# ];
environment.systemPackages = with pkgs; [
android-studio
+1 -1
View File
@@ -8,7 +8,7 @@
fonts = {
enableDefaultPackages = true;
packages = with pkgs; [
ubuntu_font_family
ubuntu-classic
libertine
nerd-fonts.fira-code
nerd-fonts.victor-mono
+1 -1
View File
@@ -6,7 +6,7 @@
enable32Bit = true;
extraPackages = with pkgs; [
vpl-gpu-rt # or intel-media-sdk for QSV
vaapiVdpau
libva-vdpau-driver
intel-media-driver
intel-vaapi-driver
];