reformat variable definitions
This commit is contained in:
parent
d5d181983a
commit
ee2a38c22f
@ -1,10 +1,13 @@
|
||||
{pkgs, ...}: let
|
||||
{pkgs, ...}:
|
||||
|
||||
let
|
||||
flake-compat = builtins.fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz";
|
||||
|
||||
hyprland = (import flake-compat {
|
||||
src = builtins.fetchTarball "https://github.com/hyprwm/Hyprland/archive/master.tar.gz";
|
||||
}).defaultNix;
|
||||
in {
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
hyprland.homeManagerModules.default
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user