feat\!: major cleanup
This commit is contained in:
parent
b971a645e3
commit
210c463d79
93 changed files with 34 additions and 4340 deletions
|
|
@ -2,14 +2,8 @@
|
|||
{
|
||||
imports = [
|
||||
./applications.nix
|
||||
./audio.nix
|
||||
./bluetooth.nix
|
||||
./bsprak.nix
|
||||
./keyd.nix
|
||||
./network.nix
|
||||
./nvidia.nix
|
||||
./power.nix
|
||||
./printing.nix
|
||||
./profiling.nix
|
||||
./security.nix
|
||||
./shell.nix
|
||||
|
|
@ -36,10 +30,6 @@
|
|||
allowUnfreePredicate = (_: true);
|
||||
};
|
||||
};
|
||||
mfcl3750cdwlpr = (super.callPackage ../../overlays/mfcl3750cdw.nix { }).driver;
|
||||
mfcl3750cdwcupswrapper = (super.callPackage ../../overlays/mfcl3750cdw.nix { }).cupswrapper;
|
||||
pppdf = (super.python3Packages.callPackage ../../overlays/pppdf { });
|
||||
iglesia-light = (super.callPackage ../../overlays/fonts/iglesia-light.nix { });
|
||||
})
|
||||
];
|
||||
config = {
|
||||
|
|
@ -48,17 +38,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# provide libraries for non-nix binaries
|
||||
# programs.nix-ld = {
|
||||
# enable = true;
|
||||
# libraries = [
|
||||
# # glibc
|
||||
# # libcxx
|
||||
# # libllvm
|
||||
# # ncurses
|
||||
# ];
|
||||
# };
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
|
@ -80,7 +59,6 @@
|
|||
services.dbus = {
|
||||
enable = true;
|
||||
packages = with pkgs; [
|
||||
gcr # gnome crypto services (daemon and tools)
|
||||
dconf
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue