removed obsolete laptop hyprland config, slightly altered keyring positioning
This commit is contained in:
@@ -2,14 +2,9 @@
|
||||
inputs,
|
||||
host,
|
||||
...
|
||||
}: let
|
||||
host_config =
|
||||
if (host == "oganesson")
|
||||
then [./desktop.nix]
|
||||
else [./laptop.nix];
|
||||
in {
|
||||
}:
|
||||
{
|
||||
imports =
|
||||
[(import ./hyprland.nix)]
|
||||
# ++ [(import ./hyprpaper.nix)]
|
||||
++ host_config;
|
||||
++ [(import ./config.nix)];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user