feat: add host IROH, improve hyprland config, add ausweisapp
This commit is contained in:
parent
7c5af81e75
commit
1e8844c6a3
18 changed files with 554 additions and 73 deletions
|
|
@ -5,10 +5,13 @@
|
|||
|
||||
gui = {
|
||||
enable = mkEnableOption "gui";
|
||||
greeter = {
|
||||
enable = mkEnableOption "greeter";
|
||||
};
|
||||
flavour = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [ "sway" ];
|
||||
example = [ "sway" "i3" "hyprland" ];
|
||||
example = [ "sway" "i3" "Hyprland" ];
|
||||
description = ''
|
||||
The flavour (WM) for your system to use
|
||||
'';
|
||||
|
|
@ -51,6 +54,7 @@
|
|||
|
||||
imports = [
|
||||
./audio.nix
|
||||
./ausweisapp.nix
|
||||
./bluetooth.nix
|
||||
./dbus.nix
|
||||
./fonts.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue