reformat variable definitions

This commit is contained in:
RealStickman 2023-05-01 13:23:52 +02:00
parent d5d181983a
commit ee2a38c22f

View File

@ -1,10 +1,13 @@
{pkgs, ...}: let {pkgs, ...}:
let
flake-compat = builtins.fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz"; flake-compat = builtins.fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz";
hyprland = (import flake-compat { hyprland = (import flake-compat {
src = builtins.fetchTarball "https://github.com/hyprwm/Hyprland/archive/master.tar.gz"; src = builtins.fetchTarball "https://github.com/hyprwm/Hyprland/archive/master.tar.gz";
}).defaultNix; }).defaultNix;
in { in
{
imports = [ imports = [
hyprland.homeManagerModules.default hyprland.homeManagerModules.default
]; ];