Compare commits
4 commits
146d2a08c9
...
f6abed51ba
| Author | SHA1 | Date | |
|---|---|---|---|
| f6abed51ba | |||
| 765871000f | |||
| 7194b66622 | |||
| 492952929f |
5 changed files with 15 additions and 7 deletions
|
|
@ -8,6 +8,4 @@
|
||||||
horseman.stateVersion = "24.11";
|
horseman.stateVersion = "24.11";
|
||||||
|
|
||||||
networking.hostName = "terra";
|
networking.hostName = "terra";
|
||||||
|
|
||||||
programs.niri.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
blender
|
blender
|
||||||
chromium
|
gparted
|
||||||
inkscape
|
inkscape
|
||||||
kitty
|
kitty
|
||||||
krita
|
krita
|
||||||
|
|
|
||||||
|
|
@ -158,6 +158,16 @@ 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;
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ in {
|
||||||
mods = ["SUPER"];
|
mods = ["SUPER"];
|
||||||
key = "SLASH";
|
key = "SLASH";
|
||||||
dispatcher = "exec";
|
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 \"> \")\"";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue