cleanup
This commit is contained in:
@@ -22,16 +22,6 @@
|
||||
inputs.disko.nixosModules.disko
|
||||
];
|
||||
|
||||
# I think this was causing the weird kworker freezing issue??
|
||||
services.fstrim.enable = false;
|
||||
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
stdenv.cc.cc
|
||||
];
|
||||
};
|
||||
|
||||
nix = {
|
||||
# optimize the store
|
||||
optimise.automatic = true;
|
||||
@@ -95,11 +85,10 @@
|
||||
# Enable CUPS to print documents.
|
||||
printing = {
|
||||
enable = true;
|
||||
# disabled, build broken
|
||||
# drivers = with pkgs; [ hplip ];
|
||||
drivers = with pkgs; [ hplip ];
|
||||
};
|
||||
|
||||
# disable fprintd (doesn't compile, idk)
|
||||
# I don't want fingerprint login
|
||||
fprintd.enable = false;
|
||||
|
||||
# Making sure mullvad works on boot
|
||||
@@ -211,11 +200,6 @@
|
||||
|
||||
# needed for home-manager
|
||||
git
|
||||
|
||||
home-manager
|
||||
|
||||
# https://github.com/chaotic-cx/nyx/issues/972
|
||||
# config.boot.kernelPackages.perf
|
||||
];
|
||||
|
||||
# wayland with electron/chromium applications
|
||||
|
||||
Reference in New Issue
Block a user