54 current 2024-11-26 23:26:27 24.05.6463.83fb6c028368 6.6.59 *
This commit is contained in:
parent
cbe892e9eb
commit
53951a6cf7
@ -17,6 +17,9 @@
|
||||
allowedUDPPorts = [ 30000 ];
|
||||
};
|
||||
|
||||
# Allow Unfree
|
||||
allowUnfree = true;
|
||||
|
||||
# Keychain
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
programs.seahorse.enable = true;
|
||||
@ -100,9 +103,6 @@
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"dwarf-fortress"
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
wget
|
||||
@ -118,6 +118,7 @@
|
||||
gcc
|
||||
pkg-config
|
||||
nfs-utils
|
||||
dwarf-fortress
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
Loading…
x
Reference in New Issue
Block a user