adding proper tangles for dalinar
This commit is contained in:
parent
1776b30851
commit
21cb621e1f
|
@ -964,7 +964,7 @@ Dalinar is my home server. It's built with an old laptop at the moment, but the
|
||||||
*** Configuration
|
*** Configuration
|
||||||
Dalinar's config is of course server oriented.
|
Dalinar's config is of course server oriented.
|
||||||
|
|
||||||
#+begin_src nix
|
#+begin_src nix :tangle system/dalinar/configuration.nix
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -1026,6 +1026,7 @@ Dalinar's config is of course server oriented.
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.homeBinInPath = true;
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
|
@ -1187,7 +1188,7 @@ Dalinar's config is of course server oriented.
|
||||||
|
|
||||||
*** Hardware Configuration
|
*** Hardware Configuration
|
||||||
Dalinar's hardware
|
Dalinar's hardware
|
||||||
#+begin_src nix
|
#+begin_src nix :tangle system/dalinar/hardware-configuration.nix
|
||||||
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
||||||
# and may be overwritten by future invocations. Please make changes
|
# and may be overwritten by future invocations. Please make changes
|
||||||
# to /etc/nixos/configuration.nix instead.
|
# to /etc/nixos/configuration.nix instead.
|
||||||
|
|
Loading…
Reference in a new issue