Move sway config to new module, don't enable
This commit is contained in:
parent
65c4c94cd1
commit
20046902ed
2 changed files with 21 additions and 16 deletions
21
hosts/gwiad/sway.nix
Normal file
21
hosts/gwiad/sway.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{ config, lib, pkgs, inputs, outputs, ... }:
|
||||
|
||||
{
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
};
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
users.users.jhemono.packages = with pkgs; [
|
||||
bemenu # slurpshot
|
||||
grim # slurpshot
|
||||
slurp # slurpshot
|
||||
imv # slurpshot
|
||||
alacritty
|
||||
kanshi
|
||||
pulsemixer
|
||||
zathura
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue