12b69102d9
- Add Helium browser as an AppImage and include it in system packages. - Rename fluxer package into the appimages module and update imports. - Add `SUPER+H` keybinding to launch Helium and `SUPER+CONTROL+T` for tsukimi. - Change web‑app desktop entries to use Helium instead of Chromium. - Disable ungoogled‑chromium and ChatGPT modules on the laptop host. - Fix a minor typo in a comment within hardware.nix.
10 lines
138 B
Nix
10 lines
138 B
Nix
_: {
|
|
nixpkgs.config.allowUnfree = true;
|
|
imports = [
|
|
./appimages
|
|
./essentials.nix
|
|
./packages.nix
|
|
./programs.nix
|
|
];
|
|
}
|