init repos
This commit is contained in:
31
modules/desktop/packages.nix
Normal file
31
modules/desktop/packages.nix
Normal file
@@ -0,0 +1,31 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
alacritty
|
||||
fuzzel
|
||||
firefox
|
||||
waybar
|
||||
dunst
|
||||
grim
|
||||
slurp
|
||||
wl-clipboard
|
||||
networkmanagerapplet
|
||||
blueman
|
||||
thunderbird
|
||||
tesseract
|
||||
tessen
|
||||
pavucontrol
|
||||
playerctl
|
||||
imv
|
||||
mpv
|
||||
arc-theme
|
||||
tela-icon-theme
|
||||
lxappearance
|
||||
gsettings-desktop-schemas
|
||||
glib
|
||||
dconf
|
||||
claude-code
|
||||
opencode
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user