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