Installs kitty (uninstalls alacritty)

This commit is contained in:
willemml 2023-11-13 01:32:51 -08:00
parent 8cdd4e4a37
commit c5c771dac9
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
4 changed files with 5 additions and 8 deletions

6
flake.lock generated
View file

@ -175,11 +175,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1699767369, "lastModified": 1699770800,
"narHash": "sha256-0hXDV5ANHsWxsr6YL7Nr9pVISn2MwxokrainqZTWpWE=", "narHash": "sha256-nywbJ5pEqMx5CZkhlkQ9iWJJ4qbAGNqTI/qNuLQlQMw=",
"owner": "willemml", "owner": "willemml",
"repo": "home-manager", "repo": "home-manager",
"rev": "cd8a2d388d8d80a790de8937b22cfb9a5f5aba42", "rev": "d08f04acae4b7ed2414e5f4d0bc6f1101d20a6ee",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -76,10 +76,7 @@
inherit globals inputs; inherit globals inputs;
overlays = self.overlays; overlays = self.overlays;
}; };
modules = [ modules = [{nix.package = nixpkgs.legacyPackages.${system}.nix;} config];
{nix.package = nixpkgs.legacyPackages.${system}.nix;}
config
];
}); });
forAllSystems = nixpkgs.lib.genAttrs systems; forAllSystems = nixpkgs.lib.genAttrs systems;
in { in {

View file

@ -5,7 +5,6 @@
... ...
}: { }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
alacritty
firefox firefox
lxappearance lxappearance
pipewire pipewire

View file

@ -47,6 +47,7 @@ in {
graphviz graphviz
htop htop
jq jq
kitty
mu mu
nix-zsh-completions nix-zsh-completions
nixfmt nixfmt