This commit is contained in:
Till 2026-03-23 01:12:56 +01:00
parent 48f66e6227
commit 030e459540
9 changed files with 467 additions and 70 deletions

View file

@ -1,14 +1,15 @@
{ ... }:
{ pkgs, config, ... }:
{
programs.alacritty.enable = true; # Super+T in the default setting (terminal)
programs.fuzzel.enable = true; # Super+D in the default setting (app launcher)
programs.swaylock.enable = true; # Super+Alt+L in the default setting (screen locker)
programs.waybar.enable = true; # launch on startup in the default setting (bar)
services.mako.enable = true; # notification daemon
services.swayidle.enable = true; # idle management daemon
services.polkit-gnome.enable = true; # polkit
home.packages = with pkgs; [
swaybg # wallpaper
wl-mirror
xwayland-satellite
];
programs.ghostty.enable = true;
# xdg.configFile."polybar/config.ini".source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/home/dotfiles/polybar/config.ini";
}