mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
config: update
This commit is contained in:
parent
69414b5a21
commit
90dd0f9c35
@ -28,7 +28,6 @@
|
||||
|
||||
# This is what AUR strives to be.
|
||||
nur.url = "github:nix-community/NUR";
|
||||
nur.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# Running unpatched binaries on NixOS! :O
|
||||
nix-ld.url = "github:Mic92/nix-ld";
|
||||
@ -145,8 +144,6 @@
|
||||
inputs.guix-overlay.nixosModules.guix
|
||||
];
|
||||
|
||||
environment.extraOutputsToInstall = lib.mkDefault [ "doc" "devdoc" "info" ];
|
||||
|
||||
# Bleeding edge, baybee!
|
||||
nix.package = lib.mkDefault pkgs.nixUnstable;
|
||||
|
||||
@ -278,6 +275,8 @@
|
||||
videos = appendToHomeDir "Videos";
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
manual = {
|
||||
html.enable = true;
|
||||
json.enable = true;
|
||||
|
@ -25,8 +25,6 @@ let
|
||||
musicDir = config.xdg.userDirs.music;
|
||||
playlistsDir = "${musicDir}/playlists";
|
||||
in {
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
songrec
|
||||
vscodium-fhs
|
||||
|
Loading…
Reference in New Issue
Block a user