removed obsolete laptop hyprland config, slightly altered keyring positioning

This commit is contained in:
pagedmov
2024-10-18 19:30:15 -04:00
parent f4c430c2c5
commit 5a9a1f0949
3 changed files with 4 additions and 202 deletions

View File

@@ -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)];
}