summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/configuration.nix11
-rw-r--r--nixos/shell.nix1
2 files changed, 10 insertions, 2 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix
index c424997..3075131 100644
--- a/nixos/configuration.nix
+++ b/nixos/configuration.nix
@@ -4,6 +4,8 @@
hardware.bluetooth.enable = true;
hardware.pulseaudio.enable = true;
hardware.pulseaudio.package = pkgs.pulseaudioFull;
+ hardware.pulseaudio.tcp.enable = true;
+ hardware.pulseaudio.tcp.anonymousClients.allowAll = true;
hardware.enableAllFirmware = true;
boot.cleanTmpDir = true;
@@ -98,7 +100,6 @@
unzip
linssid
lxc
- gnupg1
nix-repl
youtube-dl
vlc
@@ -109,8 +110,14 @@
haskellPackages.hledger
haskellPackages.hledger-ui
haskellPackages.hledger-web
- haskellPackages.hledger-vty
+ haskellPackages.hledger-iadd
moreutils
+ ledger
+ xorg.xhost
+ binutils
+ pandoc
+
+ # (callPackage ./stardew-valley.nix {})
#temporary
debootstrap
diff --git a/nixos/shell.nix b/nixos/shell.nix
index 25fe51a..654ec78 100644
--- a/nixos/shell.nix
+++ b/nixos/shell.nix
@@ -4,4 +4,5 @@ with import nixpkgs {};
{
vlc-nightly = callPackage ./vlc-nightly.nix {};
+ stardew-valley = callPackage ./stardew-valley.nix {};
}