Initial commit

This commit is contained in:
2024-05-29 15:24:31 -05:00
commit a0c6081818
31 changed files with 1392 additions and 0 deletions

25
features/gui.nix Normal file
View File

@@ -0,0 +1,25 @@
{ lib, pkgs, localPackages, ... }: {
environment.systemPackages = with pkgs; with localPackages.x86_64-linux; [
wl-clipboard
grim
slurp
swaybg
waybar
alacritty
kickoff
kickoff-dot-desktop
wayland-pipewire-idle-inhibit
firefox
mpv
];
programs.sway.enable = true;
programs.thunar.enable = true;
xdg.portal.wlr.enable = true;
fonts.packages = with pkgs; [
font-awesome
];
}