Skip to content

Commit

Permalink
Merge pull request #338 from ifd3f/upgrade/24.11
Browse files Browse the repository at this point in the history
Upgrade to 24.11
  • Loading branch information
ifd3f authored Dec 8, 2024
2 parents 195812d + a7ceb68 commit 2a73346
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 33 deletions.
115 changes: 89 additions & 26 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Machines run on nixpkgs-stable because it's less likely to break
# in annoying ways.
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.11";

# We need PHP 7.4 for piwigo to work correctly.
# It is removed in 22.11.
Expand All @@ -25,7 +25,7 @@
};

home-manager-stable = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs-stable";
};

Expand Down
2 changes: 2 additions & 0 deletions machines/chungus/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ with lib; {
hardware.i2c.enable = true;
environment.systemPackages = with pkgs; [ openrgb win10hotplug ];

hardware.nvidia.open = true;

services.xserver.dpi = 224;
}

9 changes: 4 additions & 5 deletions nix/nixos-modules/roles/pc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ in {
libertine
mplus-outline-fonts.githubRelease
noto-fonts
noto-fonts-cjk
noto-fonts-cjk-sans
noto-fonts-emoji
noto-fonts-extra
open-fonts
Expand Down Expand Up @@ -96,6 +96,9 @@ in {
transmission
usbtop
wdisplays

bambu-studio
openscad-unstable
];

users.mutableUsers = true;
Expand Down Expand Up @@ -180,10 +183,6 @@ in {
useQtScaling = true;
};
};
windowManager.qtile = {
enable = true;
backend = "wayland";
};
};

hardware.hackrf.enable = true;
Expand Down

0 comments on commit 2a73346

Please sign in to comment.