mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
sway
This commit is contained in:
parent
2b498c9fd3
commit
2d3d4675b4
10 changed files with 263 additions and 28 deletions
15
nixcfgs/modules/nixos/desktop/de/sway.nix
Normal file
15
nixcfgs/modules/nixos/desktop/de/sway.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{pkgs, ...}: {
|
||||
programs.sway.enable = true;
|
||||
programs.sway.xwayland.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
swaybg
|
||||
swayidle
|
||||
mako
|
||||
rofi
|
||||
rofimoji
|
||||
rofi-power-menu
|
||||
swaylock-effects
|
||||
sway-contrib.grimshot
|
||||
waybar
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue