mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add ruff
This commit is contained in:
parent
dfb61b24a6
commit
286632be79
3 changed files with 12 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ in {
|
|||
|
||||
docker
|
||||
fish
|
||||
devenv
|
||||
]
|
||||
# Non-free </3
|
||||
++ [ google-cloud-sdk ];
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue