removed hyprland input

This commit is contained in:
Vivian 2023-04-09 18:08:27 +02:00
parent daf780d9d1
commit 8165dcae57
4 changed files with 40 additions and 148 deletions

View file

@ -5,10 +5,6 @@
wallpaper = eDP-1,~/cloud/Pictures/Wallpapers-Laptop/wallpaper-nix-pink.png
'';
imports = [
inputs.hyprland.homeManagerModules.default
];
wayland.windowManager.hyprland = let
startup-script = pkgs.writeScriptBin "startup" ''
#!${pkgs.stdenv.shell}

View file

@ -1,4 +1,4 @@
{ nixpkgs, home-manager, hyprland, mailserver, ... }:
{ nixpkgs, home-manager, mailserver, ... }:
let
inherit (builtins) filter attrValues concatMap mapAttrs;
inherit (nixpkgs.lib.attrsets) mapAttrsToList;
@ -11,7 +11,7 @@ let
./common/generic-lxc.nix
];
"vm" = [ ./common/generic-vm.nix ];
"local" = [ hyprland.nixosModules.default ];
"local" = [ ];
};
in { hostname, realm, profile ? hostname, type ? "lxc", ... }:
[