This commit is contained in:
alsaiduq-lab 2025-06-30 21:21:44 -06:00
parent de4b14a35d
commit 37346c49e0
23 changed files with 12 additions and 39 deletions

View file

@ -47,6 +47,12 @@ in {
polybar polybar
i3-auto-layout i3-auto-layout
xsettingsd xsettingsd
mpv
yt-dlp
flameshot
imagemagick
slop
ghostscript
]; ];
extraSessionCommands = '' extraSessionCommands = ''
if [ -f /var/lib/lightdm-background/.last-wallpaper ]; then if [ -f /var/lib/lightdm-background/.last-wallpaper ]; then

View file

@ -1,6 +1,12 @@
{pkgs, ...}: { {pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
networkmanagerapplet networkmanagerapplet
wget
curl
cloudflared
nmap
httpie
socat
]; ];
networking.firewall.allowedTCPPorts = [57621]; networking.firewall.allowedTCPPorts = [57621];

View file

@ -1,36 +0,0 @@
{pkgs, ...}: {
imports = [
./audio.nix
./bluetooth.nix
./boot.nix
./docker.nix
./env.nix
./fonts.nix
./net.nix
./nixos.nix
./nvidia.nix
./steam.nix
./timezone.nix
./user.nix
./python.nix
./npm.nix
./tailscale.nix
./udiskie.nix
./ld.nix
./x11.nix
./i3-xfce.nix
./ollama.nix
./cups.nix
./rust.nix
];
npm.enable = true;
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
programs.mtr.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
}

View file

@ -1,3 +0,0 @@
{...}: {
services.udisks2.enable = true;
}