2025-02-17 06:31:31 +01:00
|
|
|
{pkgs, ...}: {
|
2025-02-14 00:27:51 +01:00
|
|
|
programs = {
|
|
|
|
firefox.enable = false;
|
|
|
|
dconf.enable = true;
|
|
|
|
seahorse.enable = true;
|
|
|
|
fuse.userAllowOther = true;
|
|
|
|
virt-manager.enable = true;
|
|
|
|
mtr.enable = true;
|
2025-02-20 06:09:03 +01:00
|
|
|
adb.enable = true;
|
2025-02-14 00:27:51 +01:00
|
|
|
|
|
|
|
gnupg.agent = {
|
|
|
|
enable = true;
|
|
|
|
enableSSHSupport = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
thunar = {
|
|
|
|
enable = true;
|
|
|
|
plugins = with pkgs.xfce; [
|
|
|
|
thunar-archive-plugin
|
|
|
|
thunar-volman
|
|
|
|
];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
nixpkgs.config.allowUnfree = true;
|
|
|
|
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
appimage-run
|
|
|
|
brave
|
|
|
|
brightnessctl
|
|
|
|
cmatrix
|
|
|
|
cowsay
|
|
|
|
docker-compose
|
|
|
|
duf
|
|
|
|
eza
|
|
|
|
ffmpeg
|
|
|
|
file-roller
|
2025-02-15 00:35:52 +01:00
|
|
|
gedit
|
2025-02-14 00:27:51 +01:00
|
|
|
gimp
|
|
|
|
greetd.tuigreet
|
|
|
|
htop
|
|
|
|
hyprpicker
|
|
|
|
imv
|
|
|
|
inxi
|
|
|
|
killall
|
|
|
|
libnotify
|
|
|
|
libvirt
|
|
|
|
lm_sensors
|
|
|
|
lolcat
|
|
|
|
lshw
|
|
|
|
lxqt.lxqt-policykit
|
|
|
|
meson
|
|
|
|
mpv
|
|
|
|
ncdu
|
|
|
|
ninja
|
|
|
|
nixfmt-rfc-style
|
|
|
|
pavucontrol
|
|
|
|
pciutils
|
|
|
|
pkg-config
|
|
|
|
playerctl
|
|
|
|
ripgrep
|
|
|
|
socat
|
|
|
|
unrar
|
|
|
|
unzip
|
|
|
|
usbutils
|
|
|
|
v4l-utils
|
|
|
|
virt-viewer
|
|
|
|
wget
|
|
|
|
];
|
|
|
|
}
|