Compare commits

..

No commits in common. "80bdeb42cf13a8703dfcdc1d887ee9214723b9b0" and "1b0b37c13cf7c218fd566145b219a41539356ddc" have entirely different histories.

5 changed files with 10 additions and 10 deletions

View File

@ -40,7 +40,7 @@
environment.variables = { EDITOR = "vim"; };
environment.systemPackages = with pkgs; [
zfs
ncdu
unstable.ncdu
];
virtualisation.docker.enable = true;

View File

@ -26,12 +26,12 @@ in {
openssl
pwgen
rofi-rbw-x11
tlclient
unstable.tlclient
traceroute
virt-manager
w3m
(python311.withPackages (ps: with ps; [
(unstable.python311.withPackages (ps: with ps; [
numpy
pycryptodome
requests
@ -47,7 +47,7 @@ in {
programs = {
aerc = {
enable = true;
package = pkgs.aerc;
package = pkgs.unstable.aerc;
};
alacritty.enable = true;
firefox.enable = true;

View File

@ -21,12 +21,12 @@
nixpkgs-2211.remmina
openssl
pwgen
tlclient
unstable.tlclient
traceroute
virt-manager
w3m
(python311.withPackages (ps: with ps; [
(unstable.python311.withPackages (ps: with ps; [
numpy
pycryptodome
requests
@ -36,7 +36,7 @@
programs = {
aerc = {
enable = true;
package = pkgs.aerc;
package = pkgs.unstable.aerc;
};
alacritty.enable = true;
firefox.enable = true;

View File

@ -15,7 +15,7 @@
settings = {
allow-dirty = true;
experimental-features = [ "nix-command" "flakes" ];
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
builders-use-substitutes = true;
extra-platforms = [ "x86_64-darwin" "aarch64-darwin" ];
log-lines = 50;

View File

@ -25,8 +25,8 @@
nodejs
spotify
tldr
aerc
snicat
unstable.aerc
unstable.snicat
w3m
zellij