(desktop) Gen 494: reformatted several files using alejandra
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
{ inputs, host, ... }:
|
||||
|
||||
let
|
||||
host_config = if (host == "desktop") then [ ./desktop.nix ] else [ ./laptop.nix ];
|
||||
in
|
||||
{
|
||||
imports =
|
||||
[ (import ./hyprland.nix) ]
|
||||
++ [ (import ./hyprpaper.nix) ]
|
||||
++ host_config;
|
||||
inputs,
|
||||
host,
|
||||
...
|
||||
}: let
|
||||
host_config =
|
||||
if (host == "desktop")
|
||||
then [./desktop.nix]
|
||||
else [./laptop.nix];
|
||||
in {
|
||||
imports =
|
||||
[(import ./hyprland.nix)]
|
||||
++ [(import ./hyprpaper.nix)]
|
||||
++ host_config;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user