mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
Moved sway shellHook to gui module
This commit is contained in:
parent
24ec8eb686
commit
65ccdc1f63
3 changed files with 6 additions and 3 deletions
|
|
@ -9,6 +9,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
wayland.windowManager.sway = import ./config/sway.nix { inherit pkgs config lib; };
|
||||
programs.rofi = import ./config/rofi.nix { inherit pkgs config lib; };
|
||||
programs.bash.profileExtra = import ./config/shellHook.nix;
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue