Compare commits
No commits in common. "96bb01aad34f26e177d516f0349fd7a9b655d47d" and "825d350ab40e20d83f44acb8038f30a401565b25" have entirely different histories.
96bb01aad3
...
825d350ab4
2 changed files with 8 additions and 13 deletions
|
|
@ -6,7 +6,7 @@
|
|||
./x270.nix
|
||||
./scanner.nix
|
||||
./printer.nix
|
||||
./clamav.nix
|
||||
# ./clamav.nix
|
||||
];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
@ -76,9 +76,10 @@
|
|||
|
||||
vscodium
|
||||
marktext
|
||||
tor-browser
|
||||
tor-browser-bundle-bin
|
||||
libreoffice-fresh
|
||||
telegram-desktop signal-desktop
|
||||
tdesktop
|
||||
signal-desktop
|
||||
horizon-eda
|
||||
kicad-small
|
||||
# cura
|
||||
|
|
@ -113,7 +114,6 @@
|
|||
exclude_regex = /home/.*/\.mozilla
|
||||
exclude_regex = /home/.*/\.local
|
||||
exclude_regex = /home/.*/\.cargo
|
||||
exclude_regex = /home/.*/\.rustup
|
||||
exclude_regex = /home/.*/\.texlive.*
|
||||
exclude_regex = /home/.*/\.vscode.*
|
||||
exclude_regex = sync_[0-9a-f]+\.db
|
||||
|
|
@ -127,11 +127,6 @@
|
|||
localNetworkGameTransfers.openFirewall = true;
|
||||
};
|
||||
|
||||
services.mullvad-vpn = {
|
||||
enable = true;
|
||||
package = pkgs.mullvad-vpn;
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"steam"
|
||||
"steam-original"
|
||||
|
|
@ -185,9 +180,9 @@
|
|||
ExecStart = lib.mkForce "systemd-inhibit --what=sleep:handle-lid-switch --why='NixOS upgrade' ${updateScript}/bin/nixos-upgrade";
|
||||
};
|
||||
};
|
||||
services.logind.settings.Login = {
|
||||
LidSwitchIgnoreInhibited = "no";
|
||||
};
|
||||
services.logind.extraConfig = ''
|
||||
LidSwitchIgnoreInhibited = no
|
||||
'';
|
||||
|
||||
services.earlyoom = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -11,10 +11,10 @@
|
|||
};
|
||||
displayManager = {
|
||||
lightdm.enable = true;
|
||||
gdm.wayland = false;
|
||||
};
|
||||
};
|
||||
services.displayManager = {
|
||||
gdm.wayland = false;
|
||||
defaultSession = "xfce";
|
||||
autoLogin.enable = true;
|
||||
autoLogin.user = "fruchti";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue