fix: put the nix crimes in the right place
This commit is contained in:
parent
93610f55ea
commit
4bc2e86620
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
{ config, pkgs, ... }: {
|
||||
services.flatpak.enable = true;
|
||||
|
||||
services.resolved.enable = true;
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
{ config, pkgs, ... }: {
|
||||
services.flatpak.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nerdfonts
|
||||
firefox
|
||||
|
|
Loading…
Reference in a new issue