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": {
"lastModified": 1699767369,
"narHash": "sha256-0hXDV5ANHsWxsr6YL7Nr9pVISn2MwxokrainqZTWpWE=",
"lastModified": 1699770800,
"narHash": "sha256-nywbJ5pEqMx5CZkhlkQ9iWJJ4qbAGNqTI/qNuLQlQMw=",
"owner": "willemml",
"repo": "home-manager",
"rev": "cd8a2d388d8d80a790de8937b22cfb9a5f5aba42",
"rev": "d08f04acae4b7ed2414e5f4d0bc6f1101d20a6ee",
"type": "github"
},
"original": {

View file

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

View file

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

View file

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