feat!: migrate to nixos 25.11

This commit is contained in:
2025-12-05 18:35:07 -08:00
parent 1e514f7288
commit 28a5ebfdb8
7 changed files with 71 additions and 62 deletions

34
nix/flake.lock generated
View File

@@ -9,11 +9,11 @@
]
},
"locked": {
"lastModified": 1744557573,
"narHash": "sha256-XAyj0iDuI51BytJ1PwN53uLpzTDdznPDQFG4RwihlTQ=",
"lastModified": 1764289441,
"narHash": "sha256-ak+lgFiYE5PHByN1/BRkO5JP498hno6Ix24C1Qf/vec=",
"owner": "aylur",
"repo": "ags",
"rev": "3ed9737bdbc8fc7a7c7ceef2165c9109f336bff6",
"rev": "e169694390548dfd38ff40f1ef2163d6c3ffe3ea",
"type": "github"
},
"original": {
@@ -31,11 +31,11 @@
]
},
"locked": {
"lastModified": 1742571008,
"narHash": "sha256-5WgfJAeBpxiKbTR/gJvxrGYfqQRge5aUDcGKmU1YZ1Q=",
"lastModified": 1764173295,
"narHash": "sha256-Jh4VtPcK2Ov+RTcV9FtyQRsxiJmXFQGfqX6jjM7/mgc=",
"owner": "aylur",
"repo": "astal",
"rev": "dc0e5d37abe9424c53dcbd2506a4886ffee6296e",
"rev": "7d1fac8a4b2a14954843a978d2ddde86168c75ef",
"type": "github"
},
"original": {
@@ -83,16 +83,16 @@
]
},
"locked": {
"lastModified": 1758463745,
"narHash": "sha256-uhzsV0Q0I9j2y/rfweWeGif5AWe0MGrgZ/3TjpDYdGA=",
"lastModified": 1764866045,
"narHash": "sha256-0GsEtXV9OquDQ1VclQfP16cU5VZh7NEVIOjSH4UaJuM=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "3b955f5f0a942f9f60cdc9cacb7844335d0f21c3",
"rev": "f63d0fe9d81d36e5fc95497217a72e02b8b7bcab",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-25.05",
"ref": "release-25.11",
"repo": "home-manager",
"type": "github"
}
@@ -135,16 +135,16 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1759994382,
"narHash": "sha256-wSK+3UkalDZRVHGCRikZ//CyZUJWDJkBDTQX1+G77Ow=",
"lastModified": 1764677808,
"narHash": "sha256-H3lC7knbXOBrHI9hITQ7modLuX20mYJVhZORL5ioms0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5da4a26309e796daa7ffca72df93dbe53b8164c7",
"rev": "1aab89277eb2d87823d5b69bae631a2496cff57a",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-25.05",
"ref": "nixos-25.11",
"repo": "nixpkgs",
"type": "github"
}
@@ -187,11 +187,11 @@
]
},
"locked": {
"lastModified": 1758773488,
"narHash": "sha256-eGQ7uMfx4LTjYF+65wKVgKZ6aGTx8K+uuo4Gf4bBYAw=",
"lastModified": 1764912341,
"narHash": "sha256-H2+bdvsbDqj/9Zv0ndlfgV/8p78L28elIkXzoJxiIbQ=",
"owner": "rocketcamel",
"repo": "dotfiles-status-bar",
"rev": "68142eac7c2ca97a9bfa79fef82982b89c74f9cb",
"rev": "1759e2d976b0df678db33040f6fa832e7a05ecd4",
"type": "github"
},
"original": {

View File

@@ -2,10 +2,10 @@
description = "Top level flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.05";
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.11";
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
home-manager.url = "github:nix-community/home-manager?ref=release-25.05";
home-manager.url = "github:nix-community/home-manager?ref=release-25.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
custom-fonts.url = "path:./fonts";

View File

@@ -11,7 +11,7 @@
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk-sans
noto-fonts-emoji
noto-fonts-color-emoji
liberation_ttf
mplus-outline-fonts.githubRelease
dina-font

View File

@@ -66,7 +66,7 @@
programs.steam.enable = true;
programs.obs-studio.enable = true;
services.tumbler.enable = true;
services.xserver.displayManager.gdm = {
services.displayManager.gdm = {
enable = true;
wayland = true;
};
@@ -148,17 +148,18 @@
};
services.hyprsunset = {
enable = true;
transitions = {
sunrise = {
calendar = "*-*-* 06:00:00";
};
sunset = {
calendar = "*-*-* 20:00:00";
requests = [
[ "temperature 3500" ]
[ "gamma 0.8" ]
];
};
settings = {
profile = [
{
time = "6:00";
identity = true;
}
{
time = "21:00";
temperature = 3500;
gamma = 0.8;
}
];
};
};
gtk = {

View File

@@ -1,13 +1,10 @@
{
enable = true;
userName = "rocketcamel";
userEmail = "luca_lise@icloud.com";
signing = {
signByDefault = true;
format = "ssh";
key = "~/.ssh/commits.id_ed25519.pub";
};
extraConfig = {
settings = {
user = {
name = "rocketcamel";
email = "luca_lise@icloud.com";
};
init = {
defaultBranch = "main";
};
@@ -15,4 +12,9 @@
autoSetupRemote = true;
};
};
signing = {
signByDefault = true;
format = "ssh";
key = "~/.ssh/commits.id_ed25519.pub";
};
}