temporary chaos
This commit is contained in:
parent
3032768cc9
commit
8e31bd6c02
27 changed files with 490 additions and 106 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, emptypkgs, ... }:
|
||||
{ config, pkgs, pkgs-unstable, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
@ -10,6 +10,10 @@
|
|||
|
||||
programs = {
|
||||
amnezia-vpn.enable = true;
|
||||
appimage = {
|
||||
enable = true;
|
||||
binfmt = true;
|
||||
};
|
||||
nekoray = {
|
||||
enable = true;
|
||||
tunMode.enable = true;
|
||||
|
|
@ -22,9 +26,7 @@
|
|||
};
|
||||
firefox = {
|
||||
enable = true;
|
||||
preferencesStatus = "user";
|
||||
};
|
||||
chromium.enable = true;
|
||||
fish.enable = true;
|
||||
screen.enable = true;
|
||||
bat.enable = true;
|
||||
|
|
@ -41,6 +43,7 @@
|
|||
qbittorrent
|
||||
nicotine-plus
|
||||
mumble
|
||||
chromium
|
||||
# media
|
||||
gimp
|
||||
krita
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue