remove hyprland flake and caches

This commit is contained in:
Rouven Seifert 2023-06-06 13:43:38 +02:00
parent d30d02e97e
commit e95d240f98
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 6 additions and 114 deletions

View file

@ -21,7 +21,6 @@
};
nix-colors.url = "github:Misterio77/nix-colors";
hyprland.url = "github:hyprwm/Hyprland";
purge = {
url = "github:therealr5/purge";
@ -49,7 +48,6 @@
, nixpkgs
, home-manager
, nix-index-database
, hyprland
, sops-nix
, impermanence
, nix-colors
@ -87,7 +85,6 @@
home-manager.users.rouven = {
imports = [
nix-colors.homeManagerModules.default
hyprland.homeManagerModules.default
sops-nix.homeManagerModules.sops
];
};