mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
remove all unstable programs
This commit is contained in:
parent
a4f4996fde
commit
d428ae6ab7
4 changed files with 5 additions and 14 deletions
|
@ -1,7 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
|
||||
in
|
||||
{
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
|
@ -14,6 +11,6 @@ in
|
|||
};
|
||||
services.blueman.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
unstable.sony-headphones-client
|
||||
sony-headphones-client
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
|
||||
in
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
baobab
|
||||
dupeguru
|
||||
unstable.findimagedupes
|
||||
findimagedupes
|
||||
jdupes
|
||||
kondo
|
||||
];
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
|
||||
yt-dlp = pkgs.yt-dlp.override {
|
||||
withAlias = true;
|
||||
};
|
||||
|
@ -16,7 +15,7 @@ in
|
|||
image_optim
|
||||
imagemagick
|
||||
inkscape
|
||||
unstable.mat2 # metadata-cleaning
|
||||
mat2 # metadata-cleaning
|
||||
mediaelch
|
||||
mp3gain
|
||||
mp3splt # splitting mp3 files
|
||||
|
@ -26,6 +25,7 @@ in
|
|||
projectm # visualization of music
|
||||
puddletag # audio tagging
|
||||
shotwell # photo management
|
||||
sonixd # cloud-music-player
|
||||
soundkonverter
|
||||
yt-dlp
|
||||
];
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
|
||||
in
|
||||
{
|
||||
# enable trash & network-mount
|
||||
services.gvfs.enable = true;
|
||||
|
@ -24,6 +21,6 @@ in
|
|||
# default-programms
|
||||
shared-mime-info
|
||||
# terminal-context-entry
|
||||
unstable.nautilus-open-any-terminal
|
||||
nautilus-open-any-terminal
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue