Added Fiona's desktop apps
This commit is contained in:
parent
52775b22d5
commit
27609b25e7
|
@ -6,6 +6,7 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../hardware/lenovo_x201.nix
|
../hardware/lenovo_x201.nix
|
||||||
|
../profiles/desktopFiona.nix
|
||||||
../profiles/desktop_common.nix
|
../profiles/desktop_common.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -14,7 +15,7 @@
|
||||||
boot.loader.grub.version = 2;
|
boot.loader.grub.version = 2;
|
||||||
boot.loader.grub.device = "/dev/sda";
|
boot.loader.grub.device = "/dev/sda";
|
||||||
|
|
||||||
deployment.targetHost = "10.42.0.114";
|
deployment.targetHost = "10.42.0.118";
|
||||||
networking.hostName = "sithlainnir"; # Define your hostname.
|
networking.hostName = "sithlainnir"; # Define your hostname.
|
||||||
|
|
||||||
system.stateVersion = "18.09"; # The version of NixOS originally installed
|
system.stateVersion = "18.09"; # The version of NixOS originally installed
|
||||||
|
|
11
profiles/desktopFiona.nix
Normal file
11
profiles/desktopFiona.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Fiona's desktop requirements
|
||||||
|
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# Fiona's Desktop Packages
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
slack-dark # Slack desktop client
|
||||||
|
zoom-us # zoom.us video conferencing application
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue