25.11: Remaining small things
This commit is contained in:
parent
afb40cd8d8
commit
66885ab02e
4 changed files with 5 additions and 6 deletions
|
|
@ -64,8 +64,8 @@
|
||||||
# Cherry-pick packages from other places
|
# Cherry-pick packages from other places
|
||||||
self: super:
|
self: super:
|
||||||
let
|
let
|
||||||
upkgs = import unixpkgs { inherit (super) system; };
|
upkgs = import unixpkgs { inherit (super.stdenv.hostPlatform) system; };
|
||||||
opkgs = import onixpkgs { inherit (super) system; };
|
opkgs = import onixpkgs { inherit (super.stdenv.hostPlatform) system; };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# inherit (upkgs) hello; # Take package and dependencies: heavier
|
# inherit (upkgs) hello; # Take package and dependencies: heavier
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,9 @@
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# gaming
|
# gaming
|
||||||
# dolphin-emu # 25.11 Put back? Removed because mbedtls 2 is insecure
|
dolphin-emu
|
||||||
ryubing
|
ryubing
|
||||||
prismlauncher
|
prismlauncher
|
||||||
# TODO factorio
|
|
||||||
|
|
||||||
steam # Common pitfall: https://github.com/NixOS/nixpkgs/issues/86506#issuecomment-623746883
|
steam # Common pitfall: https://github.com/NixOS/nixpkgs/issues/86506#issuecomment-623746883
|
||||||
# itch # butler-15.21.0 is broken
|
# itch # butler-15.21.0 is broken
|
||||||
|
|
|
||||||
|
|
@ -100,7 +100,7 @@ in
|
||||||
};
|
};
|
||||||
ui = {
|
ui = {
|
||||||
pager = "delta";
|
pager = "delta";
|
||||||
diff.format = "git";
|
diff-formatter = ":git";
|
||||||
diff-editor = "meld-3";
|
diff-editor = "meld-3";
|
||||||
merge-editor = "meld";
|
merge-editor = "meld";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
home-manager,
|
home-manager,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
# 25.11 Consider using home-manager.minimal to reduce evaluation
|
# home-manager.minimal is not viable since there's no similar thing for stylix
|
||||||
{
|
{
|
||||||
config = {
|
config = {
|
||||||
users.users.root.initialHashedPassword = "$y$j9T$e64bjL7iyVlniEKwKbM9g0$cCn74za0r6L9QMO20Fdxz3/SX0yvhz3Xd6.2BhtbRL1"; # Not a real password
|
users.users.root.initialHashedPassword = "$y$j9T$e64bjL7iyVlniEKwKbM9g0$cCn74za0r6L9QMO20Fdxz3/SX0yvhz3Xd6.2BhtbRL1"; # Not a real password
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue