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