mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
users/foo-dogsquared: add MPD setup and gopass
This commit is contained in:
parent
35f2d5b9b8
commit
1ce588314d
@ -25,6 +25,7 @@
|
||||
development.enable = true;
|
||||
fonts.enable = true;
|
||||
music.enable = true;
|
||||
music.mpd.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
@ -42,6 +43,7 @@
|
||||
xdg.configFile."nixpkgs/config.nix".source = ./config/nixpkgs/config.nix;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
gopass # An improved version of the password manager for hipsters.
|
||||
hledger # Trying to be a good accountant.
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user