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, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
let
|
|
||||||
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -14,6 +11,6 @@ in
|
||||||
};
|
};
|
||||||
services.blueman.enable = true;
|
services.blueman.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
unstable.sony-headphones-client
|
sony-headphones-client
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
let
|
|
||||||
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
baobab
|
baobab
|
||||||
dupeguru
|
dupeguru
|
||||||
unstable.findimagedupes
|
findimagedupes
|
||||||
jdupes
|
jdupes
|
||||||
kondo
|
kondo
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
let
|
let
|
||||||
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
|
|
||||||
yt-dlp = pkgs.yt-dlp.override {
|
yt-dlp = pkgs.yt-dlp.override {
|
||||||
withAlias = true;
|
withAlias = true;
|
||||||
};
|
};
|
||||||
|
@ -16,7 +15,7 @@ in
|
||||||
image_optim
|
image_optim
|
||||||
imagemagick
|
imagemagick
|
||||||
inkscape
|
inkscape
|
||||||
unstable.mat2 # metadata-cleaning
|
mat2 # metadata-cleaning
|
||||||
mediaelch
|
mediaelch
|
||||||
mp3gain
|
mp3gain
|
||||||
mp3splt # splitting mp3 files
|
mp3splt # splitting mp3 files
|
||||||
|
@ -26,6 +25,7 @@ in
|
||||||
projectm # visualization of music
|
projectm # visualization of music
|
||||||
puddletag # audio tagging
|
puddletag # audio tagging
|
||||||
shotwell # photo management
|
shotwell # photo management
|
||||||
|
sonixd # cloud-music-player
|
||||||
soundkonverter
|
soundkonverter
|
||||||
yt-dlp
|
yt-dlp
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
let
|
|
||||||
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
# enable trash & network-mount
|
# enable trash & network-mount
|
||||||
services.gvfs.enable = true;
|
services.gvfs.enable = true;
|
||||||
|
@ -24,6 +21,6 @@ in
|
||||||
# default-programms
|
# default-programms
|
||||||
shared-mime-info
|
shared-mime-info
|
||||||
# terminal-context-entry
|
# terminal-context-entry
|
||||||
unstable.nautilus-open-any-terminal
|
nautilus-open-any-terminal
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue