Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix(filesystem): Hardcode the user home to prevent recusion | ene | 2023-02-21 |
| | |||
* | Fix(impermanence): Rework the imports | ene | 2023-02-21 |
| | |||
* | Fix(system): Refactor impermanence | ene | 2023-02-20 |
| | |||
* | Fix(system): Remove unnecessary persistent file | ene | 2023-02-20 |
| | |||
* | Feat(flake): Move the in and outputs to separate files | ene | 2023-02-20 |
| | |||
* | Feat(home-manager): Actually deploy the packages | ene | 2023-02-19 |
| | |||
* | Feat(lib): Import my system library | ene | 2023-02-19 |
| | |||
* | Fix(system): Fully embrace the home packages | ene | 2023-02-19 |
| | |||
* | Fix: Import the new configs | ene | 2023-02-19 |
| | |||
* | Fix(system): Fix typos | ene | 2023-02-19 |
| | |||
* | Fix: Add fonts explicitly | ene | 2023-02-18 |
| | |||
* | Style(home-manager): Format with alejandra | ene | 2023-02-18 |
| | |||
* | Feat(home-manager): Add local packages | ene | 2023-02-17 |
| | |||
* | Fix(system): Rework some btrfs subvolume names and add lazyatime | ene | 2023-02-17 |
| | | | | | | 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. | ||
* | Fix(users): Change home of soispha to /home/soispha | ene | 2023-02-17 |
| | | | | | This puts the home directory in the tempfs part of the filesystem, so all, not explicitly specified directories, will be restored upon reboot. | ||
* | Feat(impermanence): Add full stack tempfs | ene | 2023-02-16 |
| | |||
* | Feat: Add impersistent for persistent files and dirs | ene | 2023-02-16 |
| | |||
* | Feat(home-manager): Make the home configuration better | ene | 2023-02-11 |
| | |||
* | Fix: Comment infinite recursion causing lines | ene | 2023-02-11 |
| | | | | | I will probably use a module for persistent file systems, so commenting this seems the best option for now. | ||
* | Feat: Switch to default.nix | ene | 2023-02-11 |
| | |||
* | Feat: Mounted .config as tempfs | ene | 2023-02-05 |
| | | | | | This should make it easier to ensure, that all configs files are saved in home-manger. | ||
* | Feat: Switch to Default.nix files | ene | 2023-02-05 |
| | | | | This make the imported path somewhat shorter. | ||
* | Fix: This fixes the booting process somehow? | ene | 2023-02-05 |
| | | | | | 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. | ||
* | Feat: Reworked the Filesystem configuration | ene | 2023-02-04 |
| | | | | | This reduces the unnecessary complexity of the whole fileSystemLayouts.nix file. | ||
* | Fix: Used the correct syntax | ene | 2023-02-04 |
| | |||
* | Feat: Made more configuration host independent | ene | 2023-02-04 |
| | |||
* | Fix(packages): Removed already by nixos managed ones | ene | 2023-02-04 |
| | |||
* | Fix(packages): Added an "unfree" exception for steam | ene | 2023-02-03 |
| | |||
* | Fix(packages): Archlinux names -> Nixos namesChanged the packages names from ↵ | ene | 2023-02-03 |
| | | | | the arch ones to the Nixos ones | ||
* | Fix(packages): Add a function to disassemble the set | ene | 2023-02-03 |
| | |||
* | Feat: Reworked the packages configuration | ene | 2023-02-03 |
| | |||
* | Refactor(packages): Refactored Packages | ene | 2023-02-03 |
| | |||
* | Feat: Split the config apart | ene | 2023-02-03 |
| | |||
* | Initial commit | ene | 2023-02-01 |