Compare commits
No commits in common. "2f7811c1979d921504e2fda123ca890a00d16e39" and "b38eedf42c5978e0cbf746ec5642e5cb0b7d05fd" have entirely different histories.
2f7811c197
...
b38eedf42c
|
@ -34,17 +34,6 @@
|
|||
services.zfs.autoScrub.enable = true;
|
||||
services.zfs.trim.enable = true;
|
||||
|
||||
# Maintenance
|
||||
system.autoUpgrade.enable = true;
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 10d";
|
||||
};
|
||||
nix.optimise.automatic = true;
|
||||
nix.optimise.dates = [ "03:45" ];
|
||||
nix.settings.auto-optimise-store = true;
|
||||
|
||||
# Firmware
|
||||
services.fwupd.enable = true;
|
||||
hardware.firmware = with pkgs; [ firmwareLinuxNonfree ];
|
||||
|
|
|
@ -103,6 +103,8 @@
|
|||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
};
|
||||
|
||||
|
||||
|
||||
# Configure keymap in X11
|
||||
services.xserver.xkb.layout = "no";
|
||||
# services.xserver.xkb.options = "eurosign:e,caps:escape";
|
||||
|
@ -149,7 +151,6 @@
|
|||
];
|
||||
};
|
||||
|
||||
|
||||
# ld
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
|
@ -158,6 +159,7 @@
|
|||
];
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
kitty terminator
|
||||
dbus
|
||||
|
@ -175,6 +177,8 @@
|
|||
mc eza du-dust ripgrep
|
||||
nix-direnv
|
||||
|
||||
|
||||
|
||||
# Languages
|
||||
zig
|
||||
python3 python3Packages.pip
|
||||
|
@ -182,9 +186,6 @@
|
|||
go gotools golint
|
||||
rustup
|
||||
nodejs
|
||||
dotnet-sdk
|
||||
dotnet-runtime
|
||||
|
||||
# language servers
|
||||
csharp-ls
|
||||
zls
|
||||
|
|
Loading…
Reference in a new issue