summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-02-11 18:57:55 -0500
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-02-11 18:57:55 -0500
commit3bbb2dba0255e25b079eb829f7bd196b552ff02e (patch)
tree9fbca458bdbafc013535d0fabc8ad9e806a2f1eb /nixos
parenta3fad8e422db175b476588e3c41259a450ed0076 (diff)
Random updates.
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 64fda3a..4c35cfe 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;
@@ -95,7 +97,6 @@
unzip
linssid
lxc
- gnupg1
nix-repl
youtube-dl
vlc
@@ -106,8 +107,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 {};
}