mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Compare commits
No commits in common. "b6318d9c4dd3a60fb228ba047669011f45496fed" and "780b00d8a534a355e0bc2767764780e68ac41588" have entirely different histories.
b6318d9c4d
...
780b00d8a5
4 changed files with 5 additions and 5 deletions
|
|
@ -20,7 +20,7 @@
|
|||
gpodder
|
||||
|
||||
# Interactive
|
||||
# bottles
|
||||
bottles
|
||||
];
|
||||
programs.mpv.enable = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ in
|
|||
# bitwarden-desktop
|
||||
|
||||
# file management
|
||||
# libsForQt5.breeze-icons
|
||||
libsForQt5.breeze-icons
|
||||
libsForQt5.qt5ct
|
||||
|
||||
# documents
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
# inherit (pkgs) system;
|
||||
# config = pkgs.config;
|
||||
# }).freetube;
|
||||
dcts-client-shipping = pkgs.callPackage ../../../pkgs/dcts-client-shipping/package.nix {inherit sources;};
|
||||
dcts-client-shipping = pkgs.callPackage ../../../pkgs/dcts-client-shipping/package.nix { inherit sources; };
|
||||
in {
|
||||
options.mods.social.enable =
|
||||
lib.mkEnableOption "enables social media clients";
|
||||
|
|
@ -27,7 +27,7 @@ in {
|
|||
# vesktop-nogain
|
||||
# (callPackage ./packages/librediscord.nix {})
|
||||
jami
|
||||
# dcts-client-shipping
|
||||
dcts-client-shipping
|
||||
|
||||
# Video
|
||||
# freetube-custom
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ in {
|
|||
description = "enables proprietary nvidia drivers";
|
||||
};
|
||||
packages = lib.mkOption {
|
||||
default = ["nvidia-x11" "nvidia-settings" "nvidia-kernel-modules"];
|
||||
default = ["nvidia-x11" "nvidia-settings"];
|
||||
description = "unfree packages";
|
||||
};
|
||||
driver = lib.mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue