mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-18 03:48:44 +01:00
nix: Update configuration.nix
home-manager shouldn't be needed here since it's managed by the flake instead.
This commit is contained in:
parent
00fc33cad8
commit
41b803ec19
@ -41,7 +41,6 @@
|
||||
neofetch
|
||||
anki
|
||||
git
|
||||
home-manager
|
||||
hyprland
|
||||
htop
|
||||
logseq
|
||||
@ -74,5 +73,9 @@
|
||||
services.gnome.core-utilities.enable = false;
|
||||
services.mullvad-vpn.enable = true;
|
||||
|
||||
networking.networkmanager.wifi.macAddress = "random";
|
||||
networking.networkmanager.ethernet.macAddress = "random";
|
||||
services.resolved.llmnr = "false";
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user