-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It seems like my existing overlays are not longer necessary, so I've effectively removed them. A few options needed to be renamed in configuration.nix. Font rendering in wezterm broke. See here for more details: wez/wezterm#5990 A few games in Steam that used to start no longer do. shapez.io: Needs the nss library.
- Loading branch information
1 parent
326507c
commit dd47797
Showing
6 changed files
with
30 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
type = "github"; | ||
owner = "NixOS"; | ||
repo = "nixpkgs"; | ||
ref = "nixos-24.05"; | ||
ref = "nixos-24.11"; | ||
}; | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
[ | ||
(import ./.overlays/descriptive.nix) | ||
(import ./.overlays/j.nix) | ||
(import ./.overlays/alacritty.nix) | ||
(import ./.overlays/jujutsu.nix) | ||
] | ||
let overlays = [ | ||
(import ./.overlays/descriptive.nix) | ||
(import ./.overlays/j.nix) | ||
(import ./.overlays/alacritty.nix) | ||
(import ./.overlays/jujutsu.nix) | ||
]; | ||
in | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters