mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
updates for hyprland + ashell
This commit is contained in:
parent
c8666c3638
commit
c0532d96d2
4 changed files with 89 additions and 132 deletions
|
@ -382,7 +382,11 @@ in
|
|||
kitty
|
||||
killall
|
||||
polkit_gnome
|
||||
(inputs.ashell.defaultPackage.${system})
|
||||
(ashell.overrideAttrs (o: {
|
||||
patches = (o.patches or [ ]) ++ [
|
||||
./ashell.patch
|
||||
];
|
||||
}))
|
||||
nwg-launchers
|
||||
papirus-icon-theme
|
||||
(pkgs.writeScriptBin "nwggrid-wrapper" ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue