about summary refs log tree commit diff stats
path: root/modules/system/services/snapper (unfollow)
Commit message (Collapse)Author
2024-05-25fix(treewide): Use `nixVersions.latest` instead of just `nix`Benedikt Peetz
`nix` is an alias (in `all-packages.nix`) to `nixVersions.stable`. `nixVersion.latest` is always the last released version of nix. I obviously want that `nix` with more features (and slightly more bugs probably).
2024-05-25fix(pkgs/by-name/ya/yambar-{memory,cpu}): Add devshellBenedikt Peetz
2024-05-25build(treewide): UpdateBenedikt Peetz
2024-05-24fix(update.sh): Use more descriptive names for the toplevel update.sh scriptsBenedikt Peetz
2024-05-24feat(pkgs/update.sh): Notify the user about the run update scriptsBenedikt Peetz
2024-05-24fix(pkgs/update.sh): Ensure that the `nix flake update` check worksBenedikt Peetz
Previously it also checked `fupdate.sh` because it did not ensure that `update.sh` is the full name.
2024-05-24fix(pkgs/update.sh): Update to the new `by-name` conventionBenedikt Peetz
2024-05-24fix(pkgs/by-name/{tr,ya}): Move away from `crane.lib.${system}`Benedikt Peetz
It's deprecated.
2024-05-24style(treewide): ReformatBenedikt Peetz
2024-05-24fix(modules/system/documentation): Avoid including all modulesBenedikt Peetz
The lanzaboote module fails to evaluate its default value for the `configurationLimit` parameter.
2024-05-24fix(pkgs): Remove unneeded copied filesBenedikt Peetz
2024-05-24fix(modules/home/conf/gpg/keys/key_1): Add key fingerprintBenedikt Peetz
2024-05-24fix(pkgs/by-name/na/neorg): Adapt values to the `by-name` changeBenedikt Peetz
2024-05-24fix(modules/system/cleanup): Remove unneeded `nano` dependencyBenedikt Peetz
2024-05-24fix(modules/home/pkgs/brightness): Only include on laptopsBenedikt Peetz
2024-05-24fix(modules/home): Use the canonical package name from `by-name`Benedikt Peetz
2024-05-24fix(flake/packages): Adapt the exposed `nvim` to the `pkgs` set changesBenedikt Peetz
2024-05-24refactor(pkgs/by-name/vi/vim-plugins): Give nixpkgs compatible nameBenedikt Peetz
Nixpkgs already provides `vimPlugins` so having a `vim-plugins` set is rather confusing. Calling it `vimExtraPlugins` resolves this confusion.
2024-05-24feat(pkgs): Pull yambar-{cpu,memory} in treeBenedikt Peetz
2024-05-24fix(modules/system/home-manager): Import soispha's hm configBenedikt Peetz
2024-05-24fix(modules/system): Actually import the `home-manager` moduleBenedikt Peetz
2024-05-24fix(modules/system/services{adb,backup}): Add `services` to option pathBenedikt Peetz
2024-05-24fix(modules/system/{tempfiles,services/steam}): Fix typosBenedikt Peetz
2024-05-24fix(modules/system/nixpkgs): Remove duplicated `config` attr nameBenedikt Peetz
2024-05-24fix(modules/system/networking): Enforce mutually exclusivity between ↵Benedikt Peetz
networkd and NetworkManager
2024-05-24fix(modules/system/{hardware,fonts}): Fix typesystem stuffBenedikt Peetz
2024-05-24fix(hosts/tiamat): Also use new services modulesBenedikt Peetz
2024-05-24refactor(hosts/apzu): Use new modulesBenedikt Peetz
2024-05-23