mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
New system (Mabon). Renamed "unstable" to nixpkgs-master for correctness. Added Google Chrome and VLC to the desktop profile for Chromecast usage. Added MultiMC to the gaming profile.
This commit is contained in:
parent
6f255a60f0
commit
858bae5610
6 changed files with 76 additions and 7 deletions
|
|
@ -69,6 +69,7 @@
|
|||
"samhain" = { hostname = "192.168.1.135"; } // kat;
|
||||
"litha" = { hostname = "192.168.1.240"; } // kat;
|
||||
"yule" = { hostname = "192.168.1.92"; } // kat;
|
||||
"lughnasadh" = { hostname = "192.168.1.102"; } // kat;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
unstable = import
|
||||
(fetchTarball "https://github.com/NixOS/nixpkgs/archive/master.tar.gz") { };
|
||||
nixpkgs-master = import
|
||||
(fetchTarball "https://github.com/NixOS/nixpkgs/archive/master.tar.gz") { config.allowUnfree = true; };
|
||||
in {
|
||||
nixpkgs.config = { mumble.speechdSupport = true; };
|
||||
|
||||
|
|
@ -11,8 +11,10 @@ in {
|
|||
pkgs._1password
|
||||
pkgs.mpv
|
||||
pkgs.mumble
|
||||
unstable.pkgs.syncplay
|
||||
unstable.pkgs.youtube-dl
|
||||
pkgs.vlc
|
||||
nixpkgs-master.pkgs.syncplay
|
||||
nixpkgs-master.pkgs.youtube-dl
|
||||
nixpkgs-master.google-chrome
|
||||
pkgs.transmission-gtk
|
||||
pkgs.jdk11
|
||||
pkgs.lm_sensors
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@
|
|||
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
||||
hardware.pulseaudio.support32Bit = true;
|
||||
|
||||
home-manager.users.kat = { home.packages = [ pkgs.steam pkgs.steam-run ]; };
|
||||
home-manager.users.kat = { home.packages = [ pkgs.steam pkgs.steam-run pkgs.multimc ]; };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue