add gnome-disks
This commit is contained in:
parent
d0733accdb
commit
1d75ad14ea
|
@ -75,6 +75,10 @@
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.variables = {
|
||||||
|
SBCL_HOME = "/run/current-system/sw/lib/sbcl";
|
||||||
|
};
|
||||||
|
|
||||||
services.cron.enable = true;
|
services.cron.enable = true;
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
|
@ -86,7 +90,7 @@
|
||||||
};
|
};
|
||||||
enable = true;
|
enable = true;
|
||||||
windowManager = {
|
windowManager = {
|
||||||
i3.enable = true;
|
stumpwm.enable = true;
|
||||||
};
|
};
|
||||||
xkb = {
|
xkb = {
|
||||||
layout = "us";
|
layout = "us";
|
||||||
|
@ -143,6 +147,8 @@
|
||||||
#media-session.enable = true;
|
#media-session.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.udisks2.enable = true;
|
||||||
|
|
||||||
# Install firefox.
|
# Install firefox.
|
||||||
programs.firefox.enable = true;
|
programs.firefox.enable = true;
|
||||||
|
|
||||||
|
@ -166,6 +172,7 @@
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
acpitool
|
||||||
arduino
|
arduino
|
||||||
arduino-cli
|
arduino-cli
|
||||||
arduino-ide
|
arduino-ide
|
||||||
|
@ -178,6 +185,7 @@
|
||||||
cscope
|
cscope
|
||||||
direnv
|
direnv
|
||||||
dive
|
dive
|
||||||
|
dmenu
|
||||||
doas
|
doas
|
||||||
docker-compose
|
docker-compose
|
||||||
elinks
|
elinks
|
||||||
|
@ -193,6 +201,7 @@
|
||||||
gforth
|
gforth
|
||||||
ghostty
|
ghostty
|
||||||
git
|
git
|
||||||
|
gnome-disk-utility
|
||||||
gnumake
|
gnumake
|
||||||
go
|
go
|
||||||
go-font
|
go-font
|
||||||
|
@ -200,10 +209,13 @@
|
||||||
hexyl
|
hexyl
|
||||||
htop
|
htop
|
||||||
i3
|
i3
|
||||||
|
i3lock
|
||||||
imagemagick
|
imagemagick
|
||||||
jpegoptim
|
jpegoptim
|
||||||
keychain
|
keychain
|
||||||
|
ksshaskpass
|
||||||
lagrange
|
lagrange
|
||||||
|
libfixposix
|
||||||
libzip
|
libzip
|
||||||
mercurial
|
mercurial
|
||||||
mg
|
mg
|
||||||
|
@ -214,6 +226,7 @@
|
||||||
ops
|
ops
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pciutils
|
pciutils
|
||||||
|
pkg-config
|
||||||
picocom
|
picocom
|
||||||
podman-compose
|
podman-compose
|
||||||
podman-tui
|
podman-tui
|
||||||
|
@ -249,6 +262,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
|
programs.ssh.askPassword = "ksshaskpass";
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" ];
|
nix.settings.experimental-features = [ "nix-command" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue