config: update

This commit is contained in:
Gabriel Arazas 2022-09-25 11:46:14 +08:00
parent 69414b5a21
commit 90dd0f9c35
2 changed files with 2 additions and 5 deletions

View File

@ -28,7 +28,6 @@
# This is what AUR strives to be. # This is what AUR strives to be.
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";
nur.inputs.nixpkgs.follows = "nixpkgs";
# Running unpatched binaries on NixOS! :O # Running unpatched binaries on NixOS! :O
nix-ld.url = "github:Mic92/nix-ld"; nix-ld.url = "github:Mic92/nix-ld";
@ -145,8 +144,6 @@
inputs.guix-overlay.nixosModules.guix inputs.guix-overlay.nixosModules.guix
]; ];
environment.extraOutputsToInstall = lib.mkDefault [ "doc" "devdoc" "info" ];
# Bleeding edge, baybee! # Bleeding edge, baybee!
nix.package = lib.mkDefault pkgs.nixUnstable; nix.package = lib.mkDefault pkgs.nixUnstable;
@ -278,6 +275,8 @@
videos = appendToHomeDir "Videos"; videos = appendToHomeDir "Videos";
}; };
programs.home-manager.enable = true;
manual = { manual = {
html.enable = true; html.enable = true;
json.enable = true; json.enable = true;

View File

@ -25,8 +25,6 @@ let
musicDir = config.xdg.userDirs.music; musicDir = config.xdg.userDirs.music;
playlistsDir = "${musicDir}/playlists"; playlistsDir = "${musicDir}/playlists";
in { in {
programs.home-manager.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
songrec songrec
vscodium-fhs vscodium-fhs