mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
Installs kitty (uninstalls alacritty)
This commit is contained in:
parent
8cdd4e4a37
commit
c5c771dac9
4 changed files with 5 additions and 8 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -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": {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
alacritty
|
||||
firefox
|
||||
lxappearance
|
||||
pipewire
|
||||
|
|
|
@ -47,6 +47,7 @@ in {
|
|||
graphviz
|
||||
htop
|
||||
jq
|
||||
kitty
|
||||
mu
|
||||
nix-zsh-completions
|
||||
nixfmt
|
||||
|
|
Loading…
Add table
Reference in a new issue