mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
SWAY removed
This commit is contained in:
parent
8b1efcc732
commit
3b30f9cf09
@ -1,19 +0,0 @@
|
|||||||
{ config, pkgs, ...}:
|
|
||||||
{
|
|
||||||
config = lib.mkIf config.variable.graphical {
|
|
||||||
home-manager.users.ellmau= {
|
|
||||||
wayland.windowManager.sway = {
|
|
||||||
enable = true;
|
|
||||||
wrapperFeatures.gtk = true ;
|
|
||||||
};
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
swaylock
|
|
||||||
swayidle
|
|
||||||
wl-clipboard
|
|
||||||
# mako # notification daemon
|
|
||||||
# alacritty # Alacritty is the default terminal in the config
|
|
||||||
# dmenu # Dmenu is the default in the config but i recommend wofi since its wayland native
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user