nm
This commit is contained in:
parent
aae92de740
commit
38d0ed2456
6 changed files with 95 additions and 281 deletions
|
|
@ -1,9 +1,10 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
wifi.macAddress = "random";
|
||||
ethernet.macAddress = "random";
|
||||
wifi.macAddress = "stable-ssid";
|
||||
ethernet.macAddress = "stable";
|
||||
plugins = with pkgs; [ networkmanager-vpnc ];
|
||||
};
|
||||
|
||||
networking.nameservers = [
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
lib,
|
||||
pkgs,
|
||||
hyprland,
|
||||
hyprpanel,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -20,8 +19,6 @@
|
|||
programs.hyprland.enable = true;
|
||||
programs.hyprland.package = hyprland.packages.${pkgs.system}.hyprland;
|
||||
|
||||
nixpkgs.overlays = [ hyprpanel.overlay ];
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue