Compare commits
18 Commits
6a91003232
...
c0473fd0d9
Author | SHA1 | Date | |
---|---|---|---|
c0473fd0d9 | |||
49c89cc1ab | |||
2f82569431 | |||
329a1e75a5 | |||
54c4b32c89 | |||
f52ce32538 | |||
f831f791b4 | |||
c66d58ae8f | |||
7f216979ff | |||
85b60842d4 | |||
ff5bd34efd | |||
373d32f5c9 | |||
3aece4f65b | |||
513e741704 | |||
ec25272dd4 | |||
251bb5df50 | |||
44dbc34bb7 | |||
2a0cef9908 |
@ -1,9 +1,6 @@
|
||||
{ pkgs, lib, config, osConfig ? {}, ... }:
|
||||
{
|
||||
config = {
|
||||
nixfiles = {
|
||||
profile.base.enable = true;
|
||||
packageSets.dev.enable = true;
|
||||
};
|
||||
nixfiles.profile.base.enable = true;
|
||||
};
|
||||
}
|
||||
|
@ -33,9 +33,6 @@ in
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# this allows non-NixOS binaries to run on NixOS.
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
# networking.hostName = "nixos"; # Define your hostname.
|
||||
# Pick only one of the below networking options.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
@ -58,7 +55,6 @@ in
|
||||
file
|
||||
tree
|
||||
moreutils
|
||||
bsdtar
|
||||
|
||||
fd
|
||||
ripgrep
|
||||
|
Loading…
x
Reference in New Issue
Block a user