Compare commits
No commits in common. "8c0eeabfff54adb271ef013c17ed182afe31ee0d" and "867a64f14144f5c8b38da0c36a5e70b79a187be5" have entirely different histories.
8c0eeabfff
...
867a64f141
4 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
./fish.nix
|
||||
./git.nix
|
||||
./hosts.nix
|
||||
./programs.nix
|
||||
./packages.nix
|
||||
./sway.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
./locale.nix
|
||||
./network.nix
|
||||
./nix.nix
|
||||
./packages.nix
|
||||
./podman.nix
|
||||
./programs.nix
|
||||
./ripgrep.nix
|
||||
./ssh.nix
|
||||
./sudo.nix
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
ascii
|
||||
bat
|
||||
black
|
||||
clang
|
Loading…
Reference in a new issue