able to get a dry run to compile
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ self, pkgs, ... }:
|
||||
{ self, inputs, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
@@ -16,6 +16,8 @@
|
||||
../profiles/mossnet-hosts
|
||||
];
|
||||
|
||||
# home-manager.users.anish = import ../../home/gui;
|
||||
|
||||
# Speed up boot by removing dependency on network
|
||||
systemd = {
|
||||
targets.network-online.wantedBy = pkgs.lib.mkForce [ ]; # Normally ["multi-user.target"]
|
||||
@@ -45,11 +47,11 @@
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
# https://github.com/NixOS/nixpkgs/issues/26722
|
||||
# boot.initrd.systemd.enable = true;
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
themePackages = [ pkgs.plymouth-themes ];
|
||||
theme = "motion";
|
||||
};
|
||||
# boot.plymouth = {
|
||||
# enable = true;
|
||||
# themePackages = [ pkgs.plymouth-themes ];
|
||||
# theme = "motion";
|
||||
# };
|
||||
|
||||
# lazy enable of ports necessary for KDE connect which is installed via cli home profile (for some reason?)
|
||||
networking.firewall = {
|
||||
|
||||
@@ -53,12 +53,12 @@ in
|
||||
environment.systemPackages = with pkgs; [
|
||||
signal-desktop # bridge to sealight?
|
||||
scrot
|
||||
ripcord
|
||||
# ripcord
|
||||
feh
|
||||
sxiv
|
||||
xkblayout-state
|
||||
sublime-music
|
||||
vcv-rack
|
||||
# vcv-rack
|
||||
zathura
|
||||
calibre
|
||||
nheko
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
orca-c
|
||||
supercollider
|
||||
dirt
|
||||
sunvox
|
||||
vcv-rack
|
||||
# sunvox
|
||||
# vcv-rack
|
||||
lmms
|
||||
bespokesynth
|
||||
lsp-plugins
|
||||
@@ -27,7 +27,7 @@
|
||||
# DAWs
|
||||
# ardour
|
||||
# reaper
|
||||
renoise
|
||||
# renoise
|
||||
];
|
||||
|
||||
hardware.pulseaudio.enable = lib.mkForce false;
|
||||
|
||||
Reference in New Issue
Block a user