Switch to SwayFX
This commit is contained in:
parent
6571feaff7
commit
c310042564
41 changed files with 1450 additions and 294 deletions
|
@ -1,6 +1,10 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
home.packages = [
|
||||
(import ./change-wallpaper.nix { inherit pkgs; })
|
||||
(import ./ddc-brightness.nix { inherit pkgs; })
|
||||
(import ./play-on-soundboard.nix { inherit pkgs; })
|
||||
(import ./screenshot.nix { inherit pkgs; })
|
||||
(import ./setup-soundboard.nix { inherit pkgs; })
|
||||
(import ./volumectl.nix { inherit pkgs; })
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue