updated README.md
This commit is contained in:
parent
4f2782c0dc
commit
a6a88ae035
3 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue