From 3bbb2dba0255e25b079eb829f7bd196b552ff02e Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 11 Feb 2017 18:57:55 -0500 Subject: Random updates. --- nixos/configuration.nix | 11 +++++++++-- nixos/shell.nix | 1 + 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'nixos') 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 {}; } -- cgit v1.2.3