Compare commits

..

No commits in common. "f6abed51bac47723d297e1ab318d7b0b7ee0a907" and "146d2a08c94a99e8692beed4b2c4936f4ce220ac" have entirely different histories.

5 changed files with 7 additions and 15 deletions

View file

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

View file

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

View file

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

View file

@ -158,16 +158,6 @@ in {
service = { service = {
DISABLE_REGISTRATION = true; 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"]; mods = ["SUPER"];
key = "SLASH"; key = "SLASH";
dispatcher = "exec"; dispatcher = "exec";
params = "pkill fuzzel || bash -c \"$(fuzzel --cache /dev/null --dmenu --placeholder \"Run shell command: \" -I --prompt-only \"> \")\""; params = "pkill fuzzel || $(fuzzel --cache /dev/null --dmenu --placeholder \"Run shell command: \" -I --prompt-only \"> \")";
} }
{ {