feat: don't use lix

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2024-11-21 09:56:00 +01:00
parent ba28c31672
commit 2ce21e551c
Signed by: lander
GPG key ID: 0142722B4B0C536F
3 changed files with 6 additions and 13 deletions

8
flake.lock generated
View file

@ -243,16 +243,16 @@
]
},
"locked": {
"lastModified": 1720042825,
"narHash": "sha256-A0vrUB6x82/jvf17qPCpxaM+ulJnD8YZwH9Ci0BsAzE=",
"lastModified": 1731880681,
"narHash": "sha256-FmYTkIyPBUxSWgA7DPIVTsCCMvSSbs56yOtHpLNSnKg=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "e1391fb22e18a36f57e6999c7a9f966dc80ac073",
"rev": "aecd341dfead1c3ef7a3c15468ecd71e8343b7c6",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-24.05",
"ref": "release-24.11",
"repo": "home-manager",
"type": "github"
}

View file

@ -5,11 +5,6 @@
# Nixpkgs
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
# Secrets
sops-nix = {
url = "github:Mic92/sops-nix";

View file

@ -3,11 +3,9 @@
inputs,
outputs,
...
}:
{
}: {
imports = [
inputs.home-manager.nixosModules.home-manager
inputs.lix-module.nixosModules.default
inputs.catppuccin.nixosModules.catppuccin
./locale.nix