Add hyprland

Add unfree
This commit is contained in:
muon 2024-06-06 20:16:24 +00:00
parent d676358f1a
commit 31ffdc94e8
18 changed files with 185 additions and 44 deletions

View file

@ -1,5 +1,3 @@
{ pkgs, lib, ... }: {
config = {
networking.networkmanager.enable = true;
};
networking.networkmanager.enable = true;
}

View file

@ -1,9 +1,7 @@
{ pkgs, lib, config, ... }: {
options = {
mods.user.name = lib.mkOption {
default = "muon";
description = "username of the main system user";
};
options.mods.user.name = lib.mkOption {
default = "muon";
description = "username of the main system user";
};
config = {