mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
Compare commits
2 commits
0b81b817b8
...
d11443ce4d
Author | SHA1 | Date | |
---|---|---|---|
d11443ce4d | |||
1180cde16b |
3 changed files with 14 additions and 1 deletions
|
@ -1 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env nix
|
||||
#! nix shell nixpkgs#libnotify --command bash
|
||||
|
||||
notify-send
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
fuzzel
|
||||
zsh-syntax-highlighting
|
||||
|
||||
cinny-desktop
|
||||
dysk
|
||||
rsync
|
||||
obsidian
|
||||
|
@ -305,6 +306,12 @@
|
|||
];
|
||||
};
|
||||
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
musicDirectory = "/home/misschloe777/Musique";
|
||||
network.startWhenNeeded = true;
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
|
@ -61,6 +61,9 @@
|
|||
picard
|
||||
nextcloud-client
|
||||
i2pd
|
||||
nicotine-plus
|
||||
mpd
|
||||
mpdas
|
||||
|
||||
# games
|
||||
tetrio-desktop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue