Rename fastfetch.nix -> settings/shell.nix, remove flatpaks

- Move shell/prompt/font config from apps/fastfetch.nix to settings/shell.nix
- Remove flatpaks.nix and nix-flatpak flake input (no flatpak packages in use)
- Update readme structure and flake inputs table

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-08 14:03:34 +01:00
parent b774869b0d
commit 9c08a9e0ef
6 changed files with 3 additions and 45 deletions

View file

@ -14,10 +14,9 @@
};
};
nix-flatpak.url = "github:gmodena/nix-flatpak";
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";
};
outputs = { self, nixpkgs, home-manager, zen-browser, nix-flatpak, nix-cachyos-kernel, ... } @ inputs:
outputs = { self, nixpkgs, home-manager, zen-browser, nix-cachyos-kernel, ... } @ inputs:
let
system = "x86_64-linux";
mkHost = hostname: nixpkgs.lib.nixosSystem {
@ -28,7 +27,6 @@
./hosts/hardware/${hostname}.nix
./common.nix
home-manager.nixosModules.home-manager
nix-flatpak.nixosModules.nix-flatpak
];
};
in {