mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
update flakes
This commit is contained in:
@@ -12,8 +12,13 @@ let
|
||||
background = "rgb(" + config.lib.stylix.colors.base00 + ")";
|
||||
in {
|
||||
|
||||
imports =
|
||||
[ ./animations.nix ./bindings.nix ./polkitagent.nix ./hyprspace.nix ];
|
||||
imports = [
|
||||
./animations.nix
|
||||
./bindings.nix
|
||||
./polkitagent.nix
|
||||
# FIXME: Broken on unstable
|
||||
# ./hyprspace.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
qt5.qtwayland
|
||||
|
||||
Reference in New Issue
Block a user