This commit is contained in:
muon 2025-08-05 16:14:47 +00:00
parent dfb61b24a6
commit 286632be79
3 changed files with 12 additions and 15 deletions

View file

@ -24,6 +24,7 @@ in {
networking.hostName = "murk";
networking.hostId = "a2309090";
mods.home.file = ./home.nix;
nix.settings.trusted-users = [ "root" "muon" ];
# Modules
mods.desktop.enable = true;

View file

@ -23,6 +23,7 @@ in {
docker
fish
devenv
]
# Non-free </3
++ [ google-cloud-sdk ];

View file

@ -1,10 +1,4 @@
{
pkgs,
lib,
config,
inputs,
...
}: {
{ pkgs, lib, config, inputs, ... }: {
options.mods.terminal.development.enable =
lib.mkEnableOption "enables cli editor";
@ -123,6 +117,7 @@
rust.enable = true;
rust.crates.enable = true;
python.enable = true;
python.format.type = "ruff";
clang.enable = true;
};