hyprland: setup hyprpanel, fix nvidia issues, accomodate new shadow config
a big part of this was an accidental commit of the gitbutler integration commit that i accidently commited when it broke due to nix rust issues. the new server was also added in this, but further config happens in #1
This commit is contained in:
parent
f6182275eb
commit
3fc6ccfec7
1 changed files with 8 additions and 1 deletions
|
@ -1,7 +1,15 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
|
<<<<<<< HEAD
|
||||||
lib,
|
lib,
|
||||||
namespace,
|
namespace,
|
||||||
|
=======
|
||||||
|
inputs,
|
||||||
|
lib,
|
||||||
|
namespace,
|
||||||
|
pkgs,
|
||||||
|
system,
|
||||||
|
>>>>>>> 8f3c53de (hyprland: setup hyprpanel, fix nvidia issues, accomodate new shadow config)
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
@ -36,6 +44,5 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue