Compare commits

...

4 commits

5 changed files with 15 additions and 7 deletions

View file

@ -8,6 +8,4 @@
horseman.stateVersion = "24.11";
networking.hostName = "terra";
programs.niri.enable = true;
}

View file

@ -21,11 +21,11 @@ in {
godot
hyperfine
jdk
jetbrains.clion
# jetbrains.clion
jetbrains.idea
jetbrains.rider
jetbrains.rust-rover
jetbrains.webstorm
# jetbrains.rust-rover
# jetbrains.webstorm
libqalculate
mermaid-cli
mono

View file

@ -29,7 +29,7 @@ in {
environment.systemPackages = with pkgs; [
bitwarden-desktop
blender
chromium
gparted
inkscape
kitty
krita

View file

@ -158,6 +158,16 @@ in {
service = {
DISABLE_REGISTRATION = true;
};
# Prevent users from creating repositories and orginizations
repository = {
MAX_CREATION_LIMIT = 0;
DISABLE_MIGRATION = true;
};
admin = {
DISABLE_REGULAR_ORG_CREATION = true;
};
};
};

View file

@ -69,7 +69,7 @@ in {
mods = ["SUPER"];
key = "SLASH";
dispatcher = "exec";
params = "pkill fuzzel || $(fuzzel --cache /dev/null --dmenu --placeholder \"Run shell command: \" -I --prompt-only \"> \")";
params = "pkill fuzzel || bash -c \"$(fuzzel --cache /dev/null --dmenu --placeholder \"Run shell command: \" -I --prompt-only \"> \")\"";
}
{