mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +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
|
fuzzel
|
||||||
zsh-syntax-highlighting
|
zsh-syntax-highlighting
|
||||||
|
|
||||||
|
cinny-desktop
|
||||||
dysk
|
dysk
|
||||||
rsync
|
rsync
|
||||||
obsidian
|
obsidian
|
||||||
|
@ -305,6 +306,12 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.mpd = {
|
||||||
|
enable = true;
|
||||||
|
musicDirectory = "/home/misschloe777/Musique";
|
||||||
|
network.startWhenNeeded = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -61,6 +61,9 @@
|
||||||
picard
|
picard
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
i2pd
|
i2pd
|
||||||
|
nicotine-plus
|
||||||
|
mpd
|
||||||
|
mpdas
|
||||||
|
|
||||||
# games
|
# games
|
||||||
tetrio-desktop
|
tetrio-desktop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue