Compare commits

..

No commits in common. "8c0eeabfff54adb271ef013c17ed182afe31ee0d" and "867a64f14144f5c8b38da0c36a5e70b79a187be5" have entirely different histories.

4 changed files with 2 additions and 3 deletions

View file

@ -8,7 +8,7 @@
./fish.nix ./fish.nix
./git.nix ./git.nix
./hosts.nix ./hosts.nix
./programs.nix ./packages.nix
./sway.nix ./sway.nix
]; ];

View file

@ -10,8 +10,8 @@
./locale.nix ./locale.nix
./network.nix ./network.nix
./nix.nix ./nix.nix
./packages.nix
./podman.nix ./podman.nix
./programs.nix
./ripgrep.nix ./ripgrep.nix
./ssh.nix ./ssh.nix
./sudo.nix ./sudo.nix

View file

@ -1,6 +1,5 @@
{pkgs, ...}: { {pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ascii
bat bat
black black
clang clang