aboutsummaryrefslogtreecommitdiffstats
path: root/system (unfollow)
Commit message (Collapse)Author
2023-02-11Feat(home-manager): Make the home configuration betterene
2023-02-11Fix: Comment infinite recursion causing linesene
I will probably use a module for persistent file systems, so commenting this seems the best option for now.
2023-02-11Feat: Switch to default.nixene
2023-02-05Feat: Mounted .config as tempfsene
This should make it easier to ensure, that all configs files are saved in home-manger.
2023-02-05Feat: Switch to Default.nix filesene
This make the imported path somewhat shorter.
2023-02-05Fix: This fixes the booting process somehow?ene
I don't see what's wrong with the compressor, but with it the boot fails with the message, that the initrd couldn't be uncompressed.
2023-02-04Feat: Reworked the Filesystem configurationene
This reduces the unnecessary complexity of the whole fileSystemLayouts.nix file.
2023-02-04Fix: Used the correct syntaxene
2023-02-04Feat: Made more configuration host independentene
2023-02-04Fix(packages): Removed already by nixos managed onesene
2023-02-03Fix(packages): Added an "unfree" exception for steamene
2023-02-03Fix(packages): Archlinux names -> Nixos namesChanged the packages names from ↵ene
the arch ones to the Nixos ones
2023-02-03Fix(packages): Add a function to disassemble the setene
2023-02-03Feat: Reworked the packages configurationene
2023-02-03Refactor(packages): Refactored Packagesene
2023-02-03Feat: Split the config apartene