aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock16
-rw-r--r--flake.nix4
-rw-r--r--gui/gtk.nix2
-rw-r--r--host/idefix.nix2
4 files changed, 12 insertions, 12 deletions
diff --git a/flake.lock b/flake.lock
index 64abfef..4d88d34 100644
--- a/flake.lock
+++ b/flake.lock
@@ -27,16 +27,16 @@
]
},
"locked": {
- "lastModified": 1726989464,
- "narHash": "sha256-Vl+WVTJwutXkimwGprnEtXc/s/s8sMuXzqXaspIGlwM=",
+ "lastModified": 1732466619,
+ "narHash": "sha256-T1e5oceypZu3Q8vzICjv1X/sGs9XfJRMW5OuXHgpB3c=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "2f23fa308a7c067e52dfcc30a0758f47043ec176",
+ "rev": "f3111f62a23451114433888902a55cf0692b408d",
"type": "github"
},
"original": {
"owner": "nix-community",
- "ref": "release-24.05",
+ "ref": "release-24.11",
"repo": "home-manager",
"type": "github"
}
@@ -118,16 +118,16 @@
},
"stable": {
"locked": {
- "lastModified": 1731797254,
- "narHash": "sha256-df3dJApLPhd11AlueuoN0Q4fHo/hagP75LlM5K1sz9g=",
+ "lastModified": 1732981179,
+ "narHash": "sha256-F7thesZPvAMSwjRu0K8uFshTk3ZZSNAsXTIFvXBT+34=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "e8c38b73aeb218e27163376a2d617e61a2ad9b59",
+ "rev": "62c435d93bf046a5396f3016472e8f7c8e2aed65",
"type": "github"
},
"original": {
"owner": "NixOS",
- "ref": "nixos-24.05",
+ "ref": "nixos-24.11",
"repo": "nixpkgs",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
index f0886c7..f9beadb 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,11 +2,11 @@
description = "Computing environment of Adrian Kummerlaender";
inputs = {
- stable.url = github:NixOS/nixpkgs/nixos-24.05;
+ stable.url = github:NixOS/nixpkgs/nixos-24.11;
unstable.url = github:NixOS/nixpkgs/nixpkgs-unstable;
personal.url = github:KnairdA/pkgs;
home-manager = {
- url = github:nix-community/home-manager/release-24.05;
+ url = github:nix-community/home-manager/release-24.11;
inputs = { nixpkgs.follows = "stable"; };
};
emacs.url = github:nix-community/emacs-overlay/master;
diff --git a/gui/gtk.nix b/gui/gtk.nix
index d593a55..31603a7 100644
--- a/gui/gtk.nix
+++ b/gui/gtk.nix
@@ -58,7 +58,7 @@
home.packages = [
# enable persistent settings in e.g. file chooser dialogs
pkgs.dconf
- pkgs.gnome3.dconf-editor
+ pkgs.dconf-editor
];
qt = {
diff --git a/host/idefix.nix b/host/idefix.nix
index 484f643..96d2f0b 100644
--- a/host/idefix.nix
+++ b/host/idefix.nix
@@ -6,6 +6,6 @@
];
home.packages = with pkgs; [
- gnome3.gnome-tweaks
+ gnome.gnome-tweaks
];
}