diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-10-03 17:15:36 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-10-03 17:15:36 +0200 |
commit | 9248259708bd6ade5e334a2cdfb29d2a20acb0dd (patch) | |
tree | 976a140d547557c8cdf98856510030fd35b83d1a /user-profiles | |
parent | 59e54bd97f70711573d321f2d2aeee5da46bf95d (diff) | |
download | nixos-9248259708bd6ade5e334a2cdfb29d2a20acb0dd.tar nixos-9248259708bd6ade5e334a2cdfb29d2a20acb0dd.tar.gz nixos-9248259708bd6ade5e334a2cdfb29d2a20acb0dd.tar.bz2 nixos-9248259708bd6ade5e334a2cdfb29d2a20acb0dd.tar.xz nixos-9248259708bd6ade5e334a2cdfb29d2a20acb0dd.zip |
...
Diffstat (limited to 'user-profiles')
-rw-r--r-- | user-profiles/feeds/module.nix | 2 | ||||
-rw-r--r-- | user-profiles/mpv/default.nix | 2 | ||||
-rw-r--r-- | user-profiles/utils.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/user-profiles/feeds/module.nix b/user-profiles/feeds/module.nix index 9b1ef594..63e827eb 100644 --- a/user-profiles/feeds/module.nix +++ b/user-profiles/feeds/module.nix | |||
@@ -75,7 +75,7 @@ let | |||
75 | 75 | ||
76 | phases = [ "buildPhase" "checkPhase" "installPhase" "fixupPhase" ]; | 76 | phases = [ "buildPhase" "checkPhase" "installPhase" "fixupPhase" ]; |
77 | 77 | ||
78 | python = pkgs.python39.withPackages (ps: with ps; [ configparser dateutil html2text ]); | 78 | python = pkgs.python39.withPackages (ps: with ps; [ configparser python-dateutil html2text ]); |
79 | 79 | ||
80 | nativeBuildInputs = with pkgs; [ makeWrapper ]; | 80 | nativeBuildInputs = with pkgs; [ makeWrapper ]; |
81 | 81 | ||
diff --git a/user-profiles/mpv/default.nix b/user-profiles/mpv/default.nix index 33b0ffaf..0c87b6e7 100644 --- a/user-profiles/mpv/default.nix +++ b/user-profiles/mpv/default.nix | |||
@@ -53,7 +53,7 @@ | |||
53 | install -m 0644 mpris.so $out/share/mpv/scripts/${passthru.scriptName} | 53 | install -m 0644 mpris.so $out/share/mpv/scripts/${passthru.scriptName} |
54 | ''; | 54 | ''; |
55 | 55 | ||
56 | nativeBuildInputs = with pkgs; [ pkgconfig glib mpv ]; | 56 | nativeBuildInputs = with pkgs; [ pkg-config glib mpv ]; |
57 | 57 | ||
58 | passthru.scriptName = "mpris.so"; | 58 | passthru.scriptName = "mpris.so"; |
59 | })) | 59 | })) |
diff --git a/user-profiles/utils.nix b/user-profiles/utils.nix index c5042d41..41fb312b 100644 --- a/user-profiles/utils.nix +++ b/user-profiles/utils.nix | |||
@@ -21,7 +21,7 @@ | |||
21 | home.packages = with pkgs; [ | 21 | home.packages = with pkgs; [ |
22 | autossh usbutils pciutils exa silver-searcher pwgen unzip | 22 | autossh usbutils pciutils exa silver-searcher pwgen unzip |
23 | magic-wormhole qrencode tty-clock dnsutils openssl sshfs psmisc | 23 | magic-wormhole qrencode tty-clock dnsutils openssl sshfs psmisc |
24 | mosh tree vnstat file pv bc fast-cli zip nmap aspell | 24 | mosh tree vnstat file pv bc zip nmap aspell |
25 | aspellDicts.de aspellDicts.en borgbackup man-pages rsync socat | 25 | aspellDicts.de aspellDicts.en borgbackup man-pages rsync socat |
26 | inetutils yq cached-nix-shell persistent-nix-shell rage | 26 | inetutils yq cached-nix-shell persistent-nix-shell rage |
27 | smartmontools hdparm | 27 | smartmontools hdparm |