54 current 2024-11-26 23:26:27 24.05.6463.83fb6c028368 6.6.59 *

This commit is contained in:
deadvey 2024-11-29 00:07:07 +00:00
parent cbe892e9eb
commit 53951a6cf7

View File

@ -17,6 +17,9 @@
allowedUDPPorts = [ 30000 ]; allowedUDPPorts = [ 30000 ];
}; };
# Allow Unfree
allowUnfree = true;
# Keychain # Keychain
services.gnome.gnome-keyring.enable = true; services.gnome.gnome-keyring.enable = true;
programs.seahorse.enable = true; programs.seahorse.enable = true;
@ -100,9 +103,6 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"dwarf-fortress"
];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
neovim neovim
wget wget
@ -118,6 +118,7 @@
gcc gcc
pkg-config pkg-config
nfs-utils nfs-utils
dwarf-fortress
]; ];
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [