aboutsummaryrefslogtreecommitdiffstats
path: root/system (unfollow)
Commit message (Collapse)Author
2023-02-20Fix(system): Remove unnecessary persistent fileene
2023-02-20Feat(flake): Move the in and outputs to separate filesene
2023-02-19Feat(home-manager): Actually deploy the packagesene
2023-02-19Feat(lib): Import my system libraryene
2023-02-19Fix(system): Fully embrace the home packagesene
2023-02-19Fix: Import the new configsene
2023-02-19Fix(system): Fix typosene
2023-02-18Fix: Add fonts explicitlyene
2023-02-18Style(home-manager): Format with alejandraene
2023-02-17Feat(home-manager): Add local packagesene
2023-02-17Fix(system): Rework some btrfs subvolume names and add lazyatimeene
The lazyatime mount setting should increase the performance somewhat, especially because I don't really need atime. Thought using noatime might make this setting completely useless, so it might get removed again.
2023-02-17Fix(users): Change home of soispha to /home/soisphaene
This puts the home directory in the tempfs part of the filesystem, so all, not explicitly specified directories, will be restored upon reboot.
2023-02-16Feat(impermanence): Add full stack tempfsene
2023-02-16Feat: Add impersistent for persistent files and dirsene
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