updated README.md

This commit is contained in:
Gabriella Bere 2024-08-26 12:37:41 +01:00
parent 4f2782c0dc
commit a6a88ae035
3 changed files with 5 additions and 2 deletions

View file

@ -1,2 +1,2 @@
# blue's nixos config # blue's nixos config
personal dotfiles, will make it public once it looks good :3 personal dotfiles, home-manager is installed as standalone to ensure compatibility across other systems. most dotfiles are still being migrated

View file

@ -6,7 +6,7 @@
# https://sober.vinegarhq.org/sober.flatpakref # https://sober.vinegarhq.org/sober.flatpakref
]; ];
remotes = { remotes = {
"sober" = "https://sober.vinegarhq.org/sober.flatpakref"; "sober" = "https://sober.vinegarhq.org/";
}; };
}; };
} }

View file

@ -125,6 +125,9 @@
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# Enable flatpak for delcarative-flatpak used in home-manager
services.flatpak.enable = true;
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [