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
|
./fish.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./hosts.nix
|
./hosts.nix
|
||||||
./programs.nix
|
./packages.nix
|
||||||
./sway.nix
|
./sway.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ascii
|
|
||||||
bat
|
bat
|
||||||
black
|
black
|
||||||
clang
|
clang
|
Loading…
Add table
Reference in a new issue