mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-25 18:24:41 +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
|
||||
{
|
||||
# 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