From 1d75ad14eaac31515992560188ddc2621174b02d Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Fri, 2 May 2025 23:11:11 -0700 Subject: [PATCH] add gnome-disks --- configuration.nix | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 2bde3d9..08ba6f3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -75,6 +75,10 @@ }]; }; + environment.variables = { + SBCL_HOME = "/run/current-system/sw/lib/sbcl"; + }; + services.cron.enable = true; services.xserver = { @@ -86,7 +90,7 @@ }; enable = true; windowManager = { - i3.enable = true; + stumpwm.enable = true; }; xkb = { layout = "us"; @@ -143,6 +147,8 @@ #media-session.enable = true; }; + services.udisks2.enable = true; + # Install firefox. programs.firefox.enable = true; @@ -166,6 +172,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + acpitool arduino arduino-cli arduino-ide @@ -178,6 +185,7 @@ cscope direnv dive + dmenu doas docker-compose elinks @@ -193,6 +201,7 @@ gforth ghostty git + gnome-disk-utility gnumake go go-font @@ -200,10 +209,13 @@ hexyl htop i3 + i3lock imagemagick jpegoptim keychain + ksshaskpass lagrange + libfixposix libzip mercurial mg @@ -214,6 +226,7 @@ ops pavucontrol pciutils + pkg-config picocom podman-compose podman-tui @@ -249,6 +262,7 @@ enable = true; enableSSHSupport = true; }; + programs.ssh.askPassword = "ksshaskpass"; nix.settings.experimental-features = [ "nix-command" ];