mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: adds swaync to default modules
This commit is contained in:
parent
8f96565a1d
commit
36b5efed32
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
imports =
|
imports =
|
||||||
[(import ./bat.nix)] # better cat command
|
[(import ./bat.nix)] # better cat command
|
||||||
++ [(import ./git.nix)] # version control
|
++ [(import ./git.nix)] # version control
|
||||||
|
++ [(import ./swaync/default.nix)] # notification panel
|
||||||
++ [(import ./hyprland)] # window manager
|
++ [(import ./hyprland)] # window manager
|
||||||
++ [(import ./kitty.nix)] # terminal
|
++ [(import ./kitty.nix)] # terminal
|
||||||
++ [(import ./mako.nix)] # notification deamon
|
++ [(import ./mako.nix)] # notification deamon
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue