diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-03 17:02:15 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-03 17:02:15 +0530 |
| commit | 2410082ecb068e542d27faa56e64baf04ea26f8e (patch) | |
| tree | fe3599a5e5adcf2873e9c608d4cc6f5f665121fb | |
| parent | acdd36d8fe6eb3385370274b66bd3c2c1736c577 (diff) | |
update
| -rw-r--r-- | flake.lock | 24 | ||||
| -rw-r--r-- | machines/x/home.nix | 1 | ||||
| -rw-r--r-- | modules/core/fonts.nix | 2 | ||||
| -rw-r--r-- | modules/virtualization.nix | 2 |
4 files changed, 15 insertions, 14 deletions
@@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1731274291, - "narHash": "sha256-cZ0QMpv5p2a6WEE+o9uu0a4ma6RzQDOQTbm7PbixWz8=", + "lastModified": 1733168902, + "narHash": "sha256-8dupm9GfK+BowGdQd7EHK5V61nneLfr9xR6sc5vtDi0=", "owner": "nix-community", "repo": "disko", - "rev": "486250f404f4a4f4f33f8f669d83ca5f6e6b7dfc", + "rev": "785c1e02c7e465375df971949b8dcbde9ec362e5", "type": "github" }, "original": { @@ -45,11 +45,11 @@ ] }, "locked": { - "lastModified": 1731235328, - "narHash": "sha256-NjavpgE9/bMe/ABvZpyHIUeYF1mqR5lhaep3wB79ucs=", + "lastModified": 1733175814, + "narHash": "sha256-zFOtOaqjzZfPMsm1mwu98syv3y+jziAq5DfWygaMtLg=", "owner": "nix-community", "repo": "home-manager", - "rev": "60bb110917844d354f3c18e05450606a435d2d10", + "rev": "bf23fe41082aa0289c209169302afd3397092f22", "type": "github" }, "original": { @@ -75,11 +75,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1731417335, - "narHash": "sha256-a2MRQ62FmEjJ26u3OqIxvPxj25N6UykpsT7h+Z/eu9g=", + "lastModified": 1733223936, + "narHash": "sha256-rX2s5UwFb6PSwYakf43ntd07TEDGcJGHRrWTKvR2K78=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "03bf2d9300890eab1cd7e574fbbb02dd2858aa99", + "rev": "f49f947ec4a6d313697595e17ff06568c65abdab", "type": "github" }, "original": { @@ -91,11 +91,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1731139594, - "narHash": "sha256-IigrKK3vYRpUu+HEjPL/phrfh7Ox881er1UEsZvw9Q4=", + "lastModified": 1733015953, + "narHash": "sha256-t4BBVpwG9B4hLgc6GUBuj3cjU7lP/PJfpTHuSqE+crk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "76612b17c0ce71689921ca12d9ffdc9c23ce40b2", + "rev": "ac35b104800bff9028425fec3b6e8a41de2bbfff", "type": "github" }, "original": { diff --git a/machines/x/home.nix b/machines/x/home.nix index 6a3cd25..3f754dc 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -22,6 +22,7 @@ imv spotify + discord firefox google-chrome diff --git a/modules/core/fonts.nix b/modules/core/fonts.nix index 44d36b3..b842dd9 100644 --- a/modules/core/fonts.nix +++ b/modules/core/fonts.nix @@ -2,7 +2,7 @@ { fonts.packages = with pkgs; [ - (nerdfonts.override { fonts = [ "UbuntuMono" ]; }) + nerd-fonts.ubuntu-mono noto-fonts noto-fonts-cjk-sans noto-fonts-emoji diff --git a/modules/virtualization.nix b/modules/virtualization.nix index 28d9fe1..0086839 100644 --- a/modules/virtualization.nix +++ b/modules/virtualization.nix @@ -48,7 +48,7 @@ ]; # Use the custom kernel package set - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_6_11; # boot.kernelPatches = [ # { |
