mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
Merge branch 'master' of https://github.com/alyraffauf/nixcfg
This commit is contained in:
commit
27dd4a83fe
2
.github/workflows/build-iso.yml
vendored
2
.github/workflows/build-iso.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
- name: Optimize nix store
|
||||
uses: workflow/nix-shell-action@v3.2.1
|
||||
with:
|
||||
script: sudo nix store optimise
|
||||
script: nix store optimise
|
||||
|
||||
- name: Upload iso
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
|
||||
services.udev.packages = with pkgs; [ gnome.gnome-settings-daemon ];
|
||||
|
||||
services.gnome.tracker-miners.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
fractal
|
||||
gnome.gnome-software
|
||||
|
|
Loading…
Reference in a new issue