Skip to content

Commit

Permalink
Update to 24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
malob committed Dec 2, 2024
1 parent ba25a18 commit 0865fa2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion darwin/defaults.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Dock and Mission Control
system.defaults.dock = {
autohide = true;
expose-group-by-app = false;
expose-group-apps = false;
mru-spaces = false;
tilesize = 128;
# Disable all hot corners
Expand Down
2 changes: 1 addition & 1 deletion darwin/general.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Fonts
fonts.packages = with pkgs; [
recursive
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
nerd-fonts.jetbrains-mono
];

# Keyboard
Expand Down
38 changes: 19 additions & 19 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 @@ -4,7 +4,7 @@
inputs = {
# Package sets
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixpkgs-23.11-darwin";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixpkgs-24.11-darwin";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";

# Environment/system management
Expand Down Expand Up @@ -55,7 +55,7 @@
singleton
;

homeStateVersion = "24.11";
homeStateVersion = "25.05";

nixpkgsDefaults = {
config = {
Expand Down

0 comments on commit 0865fa2

Please sign in to comment.