Commit graph

14 commits

Author SHA1 Message Date
d945a0d7be fix: renaming XFCE tools 2026-01-13 10:38:48 +01:00
08368e44b8
Merge branch 'Dev' into readme 2025-08-25 09:06:46 +02:00
gytic
c0bd1bd615 docs(example): add example configuration
added both a home-manager and 'minimal configuration'.
They can be built and testet in this repo via:
- nixos-generate-config --dir example/default # or example/home-manager
- nix build path:./example/default#nixosConfigurations.default.config.system.build.toplevel # or path:./example/home-manager#...

the flake.lock and hardeware-configuration is ignored to prevent accidental commitment of the hardware-configuration (and get the freshes packages when somebody might use these configs as templates
2025-08-24 09:26:57 +02:00
gytic
b1514b1c69 docs: inform to pin home-manager version
we dont really want anyone to install two different home-manaer versions, i feel like this could lead to problems
2025-08-24 09:26:57 +02:00
gytic
0dcd437fe9 docs: cleanup README
fixed some typos and added an overview of all available config options
2025-08-21 11:08:54 +02:00
11686d0192 adjust readme again 2025-08-11 16:49:27 +02:00
f00e1f53ee Update Readme 2025-08-11 16:27:29 +02:00
f44e89256a
Update README.md for Beta instructions 2025-08-05 10:05:11 +02:00
gytic
bd2af79f22 docs: showcase how to enable experimental features 2025-07-28 11:12:30 +02:00
gytic
e4ffbff315 docs: add section about experimental features 2025-07-27 01:34:48 +02:00
gytic
6a9de226ef feat(nixos-95): extract DE themining into nixosModule
the desktop environment can be included via `self.nixosModules.nixos95`

this will expose two options (for now):
nixos95.enable -> enable the desktop environment
nixos95.wallpaper -> path to the wallpaper to use

currently the setup is closy coupled to this configuration,
which will change in the future, so it can be used with any configuration
2025-07-25 18:04:18 +02:00
915121f327 added the reddit post to the readme 2025-07-24 16:52:01 +02:00
f1be47c029 Add Games into Showcase 2025-07-24 16:17:11 +02:00
f89801cd39 init 2025-07-24 15:19:29 +02:00