1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 03:51:07 +01:00

3 Commits

Author SHA1 Message Date
4871d8d0d8 mpv-tv: update iptv hash 2024-05-04 22:45:20 +02:00
407d6309a5 xdg: fix download path 2024-05-04 22:45:06 +02:00
580564964b kdeconnect: enable firewall 2024-05-04 22:44:49 +02:00
2 changed files with 3 additions and 8 deletions

View File

@@ -235,6 +235,7 @@ in {
./i3.nix
./i3status-rust.nix
./keyboard.nix
./kdeconnect.nix
{home-manager.users.me.home.file.".XCompose".source = ../lib/keyboards/XCompose;}
./lb.nix
./mpv.nix
@@ -290,7 +291,7 @@ in {
enable = true;
documents = "${config.users.users.me.home}/cloud/nextcloud/Documents";
desktop = "/tmp";
download = "${config.users.users.me.home}/sync/Download";
download = "${config.users.users.me.home}/sync/Downloads";
music = "${config.users.users.me.home}/mobile/audio";
pictures = "${config.users.users.me.home}/cloud/nextcloud/Bilder";
publicShare = "${config.users.users.me.home}/cloud/nextcloud/tmp";
@@ -298,11 +299,5 @@ in {
};
};
}
{
home-manager.users.me = {
services.kdeconnect.enable = true;
services.kdeconnect.indicator = true;
};
}
];
}

View File

@@ -9,7 +9,7 @@
live-tv = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/Free-TV/IPTV/master/playlist.m3u8";
sha256 = "sha256-yNeML586RXXX5+VUtinH1C9M50hvnJih7oLmsVspk0M=";
hash = "sha256-l8tBwdTWm7l4h/eIHlcflDTgvv6lGMs6Vt7eVMpNLlw=";
postFetch = m3u-to-tsv;
};