mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
sway
This commit is contained in:
parent
3aad0fcc77
commit
8ca9aa84de
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@
|
|||
};
|
||||
|
||||
gui = {
|
||||
wm.hyprland.enable = true;
|
||||
wm.sway.enable = true;
|
||||
|
||||
alacritty.enable = true;
|
||||
browsers.enable = true;
|
||||
|
|
|
|||
|
|
@ -98,12 +98,12 @@ in
|
|||
rofi-emoji
|
||||
];
|
||||
};
|
||||
|
||||
home.file.".config/rofi" = {
|
||||
source = ./config/rofi/config;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
settings = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue