h-m: spotify
This commit is contained in:
parent
6602ca85d2
commit
78ac6ee014
5 changed files with 61 additions and 35 deletions
|
@ -11,6 +11,8 @@
|
|||
${pkgs.w3m}/bin/w3m "https://lite.duckduckgo.com/lite?kd=-1"
|
||||
end
|
||||
'';
|
||||
|
||||
hm = ''${pkgs.w3m}/bin/w3m https://nix-community.github.io/home-manager/options.xhtml'';
|
||||
};
|
||||
|
||||
shellAliases = {
|
||||
|
|
5
home-manager/features/spotify.nix
Normal file
5
home-manager/features/spotify.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
home.programs = [
|
||||
pkgs.spotify
|
||||
];
|
||||
}
|
|
@ -4,6 +4,10 @@ let
|
|||
homeDirectory = if isDarwin then "/Users/noe" else "/home/noe";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
../../features/spotify.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
inherit homeDirectory;
|
||||
username = "noe";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue