mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02: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
|
neofetch
|
||||||
anki
|
anki
|
||||||
git
|
git
|
||||||
home-manager
|
|
||||||
hyprland
|
hyprland
|
||||||
htop
|
htop
|
||||||
logseq
|
logseq
|
||||||
@ -74,5 +73,9 @@
|
|||||||
services.gnome.core-utilities.enable = false;
|
services.gnome.core-utilities.enable = false;
|
||||||
services.mullvad-vpn.enable = true;
|
services.mullvad-vpn.enable = true;
|
||||||
|
|
||||||
|
networking.networkmanager.wifi.macAddress = "random";
|
||||||
|
networking.networkmanager.ethernet.macAddress = "random";
|
||||||
|
services.resolved.llmnr = "false";
|
||||||
|
|
||||||
system.stateVersion = "22.11";
|
system.stateVersion = "22.11";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user