Compare commits

...

2 commits

Author SHA1 Message Date
Casper V. Kristensen 8c0eeabfff programs: ascii 2024-05-15 13:30:53 +02:00
Casper V. Kristensen e0d64d1e68 packages.nix -> programs.nix 2024-05-15 13:30:27 +02:00
4 changed files with 3 additions and 2 deletions

View file

@ -8,7 +8,7 @@
./fish.nix ./fish.nix
./git.nix ./git.nix
./hosts.nix ./hosts.nix
./packages.nix ./programs.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,5 +1,6 @@
{pkgs, ...}: { {pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ascii
bat bat
black black
clang clang