Compare commits
17 Commits
1c8f908375
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24fab1402b | ||
|
|
5e7bb9c986 | ||
|
|
0dda14266d | ||
|
|
0b1924359e | ||
|
|
7dcb0df9b8 | ||
|
|
ec543d6c5d | ||
|
|
224edeb402 | ||
|
|
85a130d868 | ||
|
|
2347c002d8 | ||
|
|
7e9a64023f | ||
|
|
630c087308 | ||
|
|
452e287fb0 | ||
|
|
97434671a9 | ||
|
|
dcfe921975 | ||
|
|
0e8d262b4a | ||
|
|
25db631be3 | ||
|
|
19ee636814 |
@@ -1,7 +1,7 @@
|
|||||||
{
|
# {
|
||||||
hostName = "mirai.darksailor.dev";
|
# hostName = "mirai.darksailor.dev";
|
||||||
sshUser = "remotebuilder";
|
# sshUser = "remotebuilder";
|
||||||
systems = ["x86_64-linux" "aarch64-linux"];
|
# systems = ["x86_64-linux" "aarch64-linux"];
|
||||||
protocol = "ssh-ng";
|
# protocol = "ssh-ng";
|
||||||
supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
|
# supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
|
||||||
}
|
# }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
'';
|
'';
|
||||||
package = pkgs.nixVersions.latest;
|
package = pkgs.nixVersions.latest;
|
||||||
buildMachines = [
|
buildMachines = [
|
||||||
../../builders/mirai.nix
|
../../builders/tako.nix
|
||||||
../../builders/shiro.nix
|
../../builders/shiro.nix
|
||||||
];
|
];
|
||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
# environment.systemPackages = with pkgs; [nix neovim];
|
# environment.systemPackages = with pkgs; [nix neovim];
|
||||||
nix = {
|
nix = {
|
||||||
enable = false;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = "nix-command flakes auto-allocate-uids";
|
experimental-features = "nix-command flakes auto-allocate-uids";
|
||||||
max-jobs = 8;
|
max-jobs = 8;
|
||||||
@@ -29,8 +29,8 @@
|
|||||||
'';
|
'';
|
||||||
package = pkgs.nixVersions.latest;
|
package = pkgs.nixVersions.latest;
|
||||||
buildMachines = [
|
buildMachines = [
|
||||||
../../builders/mirai.nix
|
../../builders/tako.nix
|
||||||
# ../../builders/shiro.nix
|
../../builders/shiro.nix
|
||||||
];
|
];
|
||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
};
|
};
|
||||||
@@ -43,9 +43,9 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
users.users.remotebuilder = {
|
users.users.remotebuilder = {
|
||||||
name = "remotebuilder";
|
description = "User for Nix remote builds";
|
||||||
uid = 700;
|
uid = 700;
|
||||||
home = "/var/lib/remotebuilder";
|
# home = "/var/remotebuilder";
|
||||||
createHome = true;
|
createHome = true;
|
||||||
shell = "/bin/bash";
|
shell = "/bin/bash";
|
||||||
openssh.authorizedKeys.keyFiles = [
|
openssh.authorizedKeys.keyFiles = [
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
|
|
||||||
# services.nix-daemon.enable = true;
|
# services.nix-daemon.enable = true;
|
||||||
system.primaryUser = "servius";
|
system.primaryUser = "servius";
|
||||||
system.stateVersion = 4;
|
system.stateVersion = 5;
|
||||||
|
|
||||||
system.keyboard.enableKeyMapping = true;
|
system.keyboard.enableKeyMapping = true;
|
||||||
system.keyboard.remapCapsLockToControl = true;
|
system.keyboard.remapCapsLockToControl = true;
|
||||||
|
|||||||
@@ -6,14 +6,14 @@
|
|||||||
];
|
];
|
||||||
casks = [
|
casks = [
|
||||||
"docker"
|
"docker"
|
||||||
"librewolf"
|
|
||||||
"raycast"
|
"raycast"
|
||||||
"kunkun" # Soon
|
|
||||||
"lunar"
|
"lunar"
|
||||||
"virtual-desktop-streamer"
|
"virtual-desktop-streamer"
|
||||||
"kicad"
|
"kicad"
|
||||||
"shapr3d"
|
"shapr3d"
|
||||||
"orcaslicer"
|
"orcaslicer"
|
||||||
|
"zed"
|
||||||
|
"zen"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
../../../modules/darwin/caddy
|
# ../../../modules/darwin/caddy
|
||||||
./yabai.nix
|
./yabai.nix
|
||||||
./skhd.nix
|
./skhd.nix
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./autossh.nix
|
./autossh.nix
|
||||||
./caddy.nix
|
# ./caddy.nix
|
||||||
./sops.nix
|
./sops.nix
|
||||||
# ./lmstudio.nix
|
# ./lmstudio.nix
|
||||||
# ./colima.nix
|
# ./colima.nix
|
||||||
|
|||||||
36
deploy.nix
36
deploy.nix
@@ -37,24 +37,24 @@
|
|||||||
user = "root";
|
user = "root";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# kuro = {
|
kuro = {
|
||||||
# hostname = "kuro";
|
hostname = "kuro";
|
||||||
# interactiveSudo = true;
|
interactiveSudo = true;
|
||||||
# profiles.system = {
|
profiles.system = {
|
||||||
# sshUser = "fs0c131y";
|
sshUser = "fs0c131y";
|
||||||
# path = deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.kuro;
|
path = deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.kuro;
|
||||||
# user = "root";
|
user = "root";
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# shiro = {
|
shiro = {
|
||||||
# hostname = "shiro";
|
hostname = "shiro";
|
||||||
# interactiveSudo = true;
|
interactiveSudo = true;
|
||||||
# profiles.system = {
|
profiles.system = {
|
||||||
# sshUser = "servius";
|
sshUser = "servius";
|
||||||
# path = deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.shiro;
|
path = deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.shiro;
|
||||||
# user = "root";
|
user = "root";
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# deck = {
|
# deck = {
|
||||||
# hostname = "steamdeck";
|
# hostname = "steamdeck";
|
||||||
# profiles.system = {
|
# profiles.system = {
|
||||||
|
|||||||
55
flake.lock
generated
55
flake.lock
generated
@@ -1415,7 +1415,7 @@
|
|||||||
},
|
},
|
||||||
"flake-utils_20": {
|
"flake-utils_20": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"systems": "systems_26"
|
"systems": "systems_27"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1726560853,
|
"lastModified": 1726560853,
|
||||||
@@ -1433,7 +1433,7 @@
|
|||||||
},
|
},
|
||||||
"flake-utils_21": {
|
"flake-utils_21": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"systems": "systems_27"
|
"systems": "systems_28"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1731533236,
|
"lastModified": 1731533236,
|
||||||
@@ -2947,6 +2947,22 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"nixpkgs_13": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1764517877,
|
||||||
|
"narHash": "sha256-pp3uT4hHijIC8JUK5MEqeAWmParJrgBVzHLNfJDZxg4=",
|
||||||
|
"owner": "NixOS",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"rev": "2d293cbfa5a793b4c50d17c05ef9e385b90edf6c",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "NixOS",
|
||||||
|
"ref": "nixos-unstable",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 315532800,
|
"lastModified": 315532800,
|
||||||
@@ -3423,6 +3439,7 @@
|
|||||||
"tree-sitter-pest": "tree-sitter-pest",
|
"tree-sitter-pest": "tree-sitter-pest",
|
||||||
"tree-sitter-slint": "tree-sitter-slint",
|
"tree-sitter-slint": "tree-sitter-slint",
|
||||||
"typr": "typr",
|
"typr": "typr",
|
||||||
|
"vicinae": "vicinae",
|
||||||
"volt": "volt",
|
"volt": "volt",
|
||||||
"yabai": "yabai",
|
"yabai": "yabai",
|
||||||
"zen-browser": "zen-browser",
|
"zen-browser": "zen-browser",
|
||||||
@@ -4067,6 +4084,21 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"systems_28": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1681028828,
|
||||||
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||||
|
"owner": "nix-systems",
|
||||||
|
"repo": "default",
|
||||||
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nix-systems",
|
||||||
|
"repo": "default",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"systems_3": {
|
"systems_3": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1681028828,
|
"lastModified": 1681028828,
|
||||||
@@ -4516,6 +4548,25 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"vicinae": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": "nixpkgs_13",
|
||||||
|
"systems": "systems_26"
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1764589741,
|
||||||
|
"narHash": "sha256-RRh/sN/0lzcSc9ZiINOQCx/CrR10fvdt7i/vRAlG6FQ=",
|
||||||
|
"owner": "vicinaehq",
|
||||||
|
"repo": "vicinae",
|
||||||
|
"rev": "35523ad27e8949fada3ecf6eed6c317492102fe3",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "vicinaehq",
|
||||||
|
"repo": "vicinae",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"volt": {
|
"volt": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
|
|||||||
20
flake.nix
20
flake.nix
@@ -235,6 +235,10 @@
|
|||||||
url = "github:tale/headplane";
|
url = "github:tale/headplane";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
vicinae = {
|
||||||
|
url = "github:vicinaehq/vicinae";
|
||||||
|
# inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
@@ -251,14 +255,14 @@
|
|||||||
...
|
...
|
||||||
} @ inputs: let
|
} @ inputs: let
|
||||||
devices = {
|
devices = {
|
||||||
mirai = mkDevice {
|
# mirai = mkDevice {
|
||||||
name = "mirai";
|
# name = "mirai";
|
||||||
system = "x86_64-linux";
|
# system = "x86_64-linux";
|
||||||
user = "fs0c131y";
|
# user = "fs0c131y";
|
||||||
hasGui = false; # Don't wan't to run GUI apps on a headless server
|
# hasGui = false; # Don't wan't to run GUI apps on a headless server
|
||||||
isNix = true;
|
# isNix = true;
|
||||||
isServer = true;
|
# isServer = true;
|
||||||
};
|
# };
|
||||||
tako = mkDevice {
|
tako = mkDevice {
|
||||||
name = "tako";
|
name = "tako";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|||||||
@@ -39,5 +39,6 @@ lib.optionalAttrs device.hasGui {
|
|||||||
./zathura.nix
|
./zathura.nix
|
||||||
./zed.nix
|
./zed.nix
|
||||||
./zen.nix
|
./zen.nix
|
||||||
|
./vicinae.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
{pkgs, ...}: {
|
{
|
||||||
home.packages = with pkgs; [gimp];
|
pkgs,
|
||||||
|
device,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
home.packages = with pkgs; lib.optionals (device.is "ryu") [gimp];
|
||||||
}
|
}
|
||||||
|
|||||||
16
home/apps/vicinae.nix
Normal file
16
home/apps/vicinae.nix
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
inputs,
|
||||||
|
device,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
imports = [inputs.vicinae.homeManagerModules.default];
|
||||||
|
services.vicinae = {
|
||||||
|
enable = device.is "ryu";
|
||||||
|
autoStart = true;
|
||||||
|
extensions = [];
|
||||||
|
# package = pkgs.vicinae.overrideAttrs (old: {
|
||||||
|
# patches = [../../patches/vicinae-ctrl-np.patch];
|
||||||
|
# });
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -16,8 +16,8 @@
|
|||||||
enableNushellIntegration = false;
|
enableNushellIntegration = false;
|
||||||
settings = {
|
settings = {
|
||||||
save_session = true;
|
save_session = true;
|
||||||
# model = "openai:gpt-4o";
|
model = "openai:gpt-4o";
|
||||||
model = "ryu:qwen3-coder-30b";
|
# model = "ryu:qwen3-coder-30b";
|
||||||
rag_embedding_model = "ollama:RobinBially/nomic-embed-text-8k";
|
rag_embedding_model = "ollama:RobinBially/nomic-embed-text-8k";
|
||||||
clients = [
|
clients = [
|
||||||
{
|
{
|
||||||
@@ -174,7 +174,7 @@
|
|||||||
*/
|
*/
|
||||||
''
|
''
|
||||||
---
|
---
|
||||||
model: ryu:qwen3-coder-30b
|
model: openai:gpt-4o
|
||||||
---
|
---
|
||||||
Your task is to generate a concise and informative commit message based on the provided diff. Use the conventional commit format, which includes a type (feat, fix, chore, docs, style, refactor, perf, test) and an optional scope. The message should be in the imperative mood and should not exceed 72 characters in the subject line. Do not under any circumstance include any additional text or explanations, just add the commit message.
|
Your task is to generate a concise and informative commit message based on the provided diff. Use the conventional commit format, which includes a type (feat, fix, chore, docs, style, refactor, perf, test) and an optional scope. The message should be in the imperative mood and should not exceed 72 characters in the subject line. Do not under any circumstance include any additional text or explanations, just add the commit message.
|
||||||
'';
|
'';
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
stylix.targets.nixvim.enable = false;
|
stylix.targets.nixvim.enable = false;
|
||||||
programs = lib.optionalAttrs (device.is "ryu" || device.is "kuro" || device.is "mirai" || device.is "tako") {
|
programs = lib.optionalAttrs (device.is "ryu" || device.is "kuro" || device.is "mirai" || device.is "tako" || device.is "shiro") {
|
||||||
nixvim =
|
nixvim =
|
||||||
{
|
{
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -9,17 +9,17 @@
|
|||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
tsuba = {
|
tsuba = {
|
||||||
user = "servius";
|
user = "servius";
|
||||||
hostname = "tsuba";
|
hostname = "tsuba.darksailor.dev";
|
||||||
};
|
};
|
||||||
github = {
|
github = {
|
||||||
user = "git";
|
user = "git";
|
||||||
host = "github.com";
|
host = "github.com";
|
||||||
};
|
};
|
||||||
mirai = {
|
# mirai = {
|
||||||
user = "fs0c131y";
|
# user = "fs0c131y";
|
||||||
hostname = "mirai.darksailor.dev";
|
# hostname = "mirai.darksailor.dev";
|
||||||
forwardAgent = true;
|
# forwardAgent = true;
|
||||||
};
|
# };
|
||||||
tako = {
|
tako = {
|
||||||
user = "servius";
|
user = "servius";
|
||||||
hostname = "tako.darksailor.dev";
|
hostname = "tako.darksailor.dev";
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
};
|
};
|
||||||
ryu = {
|
ryu = {
|
||||||
user = "servius";
|
user = "servius";
|
||||||
hostname = "ryu";
|
hostname = "ryu.darksailor.dev";
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
};
|
};
|
||||||
kuro = {
|
kuro = {
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
lib.optionalAttrs (device.is "ryu") {
|
lib.optionalAttrs (device.is "ryu") {
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = device.is "ryu";
|
enable = device.is "ryu";
|
||||||
|
colorScheme = lib.mkForce "dark";
|
||||||
theme = {
|
theme = {
|
||||||
name = "catppuccin-mocha-mauve-standard+normal";
|
name = "catppuccin-mocha-mauve-standard+normal";
|
||||||
package = pkgs.catppuccinThemes.gtk;
|
package = pkgs.catppuccinThemes.gtk;
|
||||||
@@ -38,5 +39,7 @@ lib.optionalAttrs (device.is "ryu") {
|
|||||||
# pkgs.catppuccinThemes.gtk
|
# pkgs.catppuccinThemes.gtk
|
||||||
pkgs.catppuccinThemes.papirus-folders
|
pkgs.catppuccinThemes.papirus-folders
|
||||||
];
|
];
|
||||||
|
# stylix.targets.gtk.enable = false;
|
||||||
stylix.targets.gtk.enable = false;
|
stylix.targets.gtk.enable = false;
|
||||||
|
stylix.targets.gnome.enable = false;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
nautilus
|
nautilus
|
||||||
totem
|
totem
|
||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
polkit_gnome
|
# polkit_gnome
|
||||||
seahorse
|
seahorse
|
||||||
signal-desktop
|
signal-desktop
|
||||||
# sony-headphones-client
|
# sony-headphones-client
|
||||||
|
|||||||
@@ -199,8 +199,8 @@
|
|||||||
"$mainModShift, f, alterzorder, top"
|
"$mainModShift, f, alterzorder, top"
|
||||||
"$mainMod, f, fullscreen,"
|
"$mainMod, f, fullscreen,"
|
||||||
"$mainMod, g, fullscreenstate,0,2"
|
"$mainMod, g, fullscreenstate,0,2"
|
||||||
"$mainMod, d, exec, ${lib.getExe pkgs.anyrun}"
|
"$mainMod, d, exec, ${lib.getExe pkgs.vicinae} toggle"
|
||||||
"$mainMod, Space, exec, ${lib.getExe pkgs.anyrun}"
|
"$mainMod, Space, exec, ${lib.getExe pkgs.vicinae} toggle"
|
||||||
"$mainMod, p, pseudo, # dwindle"
|
"$mainMod, p, pseudo, # dwindle"
|
||||||
"$mainMod, v, togglesplit,"
|
"$mainMod, v, togglesplit,"
|
||||||
"$mainMod, a, exec, ${pkgs.swaynotificationcenter}/bin/swaync-client -t"
|
"$mainMod, a, exec, ${pkgs.swaynotificationcenter}/bin/swaync-client -t"
|
||||||
|
|||||||
@@ -8,11 +8,13 @@ lib.optionalAttrs (device.is "ryu") {
|
|||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = pkgs.stdenv.isLinux;
|
enable = pkgs.stdenv.isLinux;
|
||||||
config = {
|
config = {
|
||||||
hyprland.default = ["hyprland" "kde"];
|
hyprland.default = ["kde" "hyprland"];
|
||||||
|
common.default = ["*" "hyprland"];
|
||||||
};
|
};
|
||||||
extraPortals = with pkgs; [
|
extraPortals = with pkgs; [
|
||||||
xdg-desktop-portal-hyprland
|
|
||||||
kdePackages.xdg-desktop-portal-kde
|
kdePackages.xdg-desktop-portal-kde
|
||||||
|
xdg-desktop-portal-hyprland
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
programs = {
|
programs = {
|
||||||
hyprland = {
|
hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# withUWSM = true;
|
withUWSM = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -70,7 +70,6 @@
|
|||||||
package = pkgs.nixVersions.latest; # deploy-rs doesn't work with nix >= 2.32
|
package = pkgs.nixVersions.latest; # deploy-rs doesn't work with nix >= 2.32
|
||||||
buildMachines = [
|
buildMachines = [
|
||||||
../../builders/tako.nix
|
../../builders/tako.nix
|
||||||
../../builders/mirai.nix
|
|
||||||
../../builders/shiro.nix
|
../../builders/shiro.nix
|
||||||
# ../../builders/tsuba.nix
|
# ../../builders/tsuba.nix
|
||||||
];
|
];
|
||||||
@@ -199,10 +198,11 @@
|
|||||||
"tailscale0"
|
"tailscale0"
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
4950
|
9 # Wake on LAN
|
||||||
4955
|
4950 # Warframe
|
||||||
3113
|
4955 # Warframe
|
||||||
]; # Warframe
|
3113 # Other
|
||||||
|
];
|
||||||
allowedTCPPortRanges = [
|
allowedTCPPortRanges = [
|
||||||
{
|
{
|
||||||
from = 1714;
|
from = 1714;
|
||||||
|
|||||||
@@ -100,20 +100,19 @@
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-uuid/11d8beef-2a63-4231-af35-b9b8d3a17e9b";
|
device = "/dev/disk/by-uuid/7b488da9-49d3-44d1-b11b-bc6dcd418b1d";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/nix" = {
|
fileSystems."/nix" = {
|
||||||
device = "/dev/disk/by-uuid/64099f91-d4d6-44fa-92d4-9e905b3e7829";
|
device = "/dev/disk/by-uuid/ef734595-a856-4207-8da1-1f0bde4bad61";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
neededForBoot = true;
|
|
||||||
options = ["noatime"];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
device = "/dev/disk/by-uuid/4E27-DAC0";
|
device = "/dev/disk/by-uuid/4E27-DAC0";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
|
options = ["fmask=0007" "dmask=0007"];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/home" = {
|
fileSystems."/home" = {
|
||||||
@@ -122,12 +121,6 @@
|
|||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# fileSystems."/media" = {
|
|
||||||
# device = "/dev/storage/media";
|
|
||||||
# fsType = "ext4";
|
|
||||||
# options = ["users" "nofail"];
|
|
||||||
# };
|
|
||||||
|
|
||||||
fileSystems."/games" = {
|
fileSystems."/games" = {
|
||||||
device = "/dev/storage/games";
|
device = "/dev/storage/games";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ./llama.nix
|
# ./llama.nix
|
||||||
# ./monitoring.nix
|
# ./monitoring.nix
|
||||||
# ./paperless.nix
|
# ./paperless.nix
|
||||||
# ./shitpost.nix
|
./shitpost.nix
|
||||||
./atuin.nix
|
./atuin.nix
|
||||||
./authelia.nix
|
./authelia.nix
|
||||||
./caddy.nix
|
./caddy.nix
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./minecraft.nix
|
# ./minecraft.nix
|
||||||
./satisfactory.nix
|
# ./satisfactory.nix
|
||||||
./terraria.nix
|
# ./terraria.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -41,7 +41,6 @@
|
|||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
buildMachines = [
|
buildMachines = [
|
||||||
../../builders/tako.nix
|
../../builders/tako.nix
|
||||||
../../builders/mirai.nix
|
|
||||||
../../builders/shiro.nix
|
../../builders/shiro.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
networking.useNetworkd = true;
|
networking.useNetworkd = true;
|
||||||
systemd.services.NetworkManager-wait-online.enable = false;
|
systemd.services.NetworkManager-wait-online.enable = false;
|
||||||
systemd.network.wait-online.enable = false;
|
systemd.network.wait-online.enable = false;
|
||||||
|
boot.loader.raspberryPi.bootloader = "kernel";
|
||||||
|
|
||||||
fileSystems."/home".neededForBoot = true;
|
fileSystems."/home".neededForBoot = true;
|
||||||
|
|
||||||
system.nixos.tags = let
|
system.nixos.tags = let
|
||||||
@@ -31,5 +33,6 @@
|
|||||||
hardware.raspberry-pi.extra-config = ''
|
hardware.raspberry-pi.extra-config = ''
|
||||||
[all]
|
[all]
|
||||||
dtparam=pciex1_gen=2
|
dtparam=pciex1_gen=2
|
||||||
|
os_prefix=nixos/default/
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -162,10 +162,10 @@
|
|||||||
cargoLock = {lockFile = "${src}/Cargo.lock";};
|
cargoLock = {lockFile = "${src}/Cargo.lock";};
|
||||||
};
|
};
|
||||||
# alvr-master = inputs.alvr.packages.${prev.system}.default;
|
# alvr-master = inputs.alvr.packages.${prev.system}.default;
|
||||||
caddyWithCloudflare = final.pkgs.caddy.withPlugins {
|
caddyWithCloudflare = inputs.nixpkgs.legacyPackages.${final.system}.caddy.withPlugins {
|
||||||
plugins = ["github.com/caddy-dns/cloudflare@v0.2.2"];
|
plugins = ["github.com/caddy-dns/cloudflare@v0.2.2"];
|
||||||
# hash = "sha256-ea8PC/+SlPRdEVVF/I3c1CBprlVp1nrumKM5cMwJJ3U=";
|
hash = "sha256-ea8PC/+SlPRdEVVF/I3c1CBprlVp1nrumKM5cMwJJ3U=";
|
||||||
hash = "sha256-Z8nPh4OI3/R1nn667ZC5VgE+Q9vDenaQ3QPKxmqPNkc=";
|
# hash = "sha256-Z8nPh4OI3/R1nn667ZC5VgE+Q9vDenaQ3QPKxmqPNkc=";
|
||||||
};
|
};
|
||||||
nix-auth = inputs.nix-auth.packages.${prev.system}.nix-auth;
|
nix-auth = inputs.nix-auth.packages.${prev.system}.nix-auth;
|
||||||
kitty = inputs.nixpkgs-stable.legacyPackages.${prev.system}.kitty;
|
kitty = inputs.nixpkgs-stable.legacyPackages.${prev.system}.kitty;
|
||||||
@@ -285,6 +285,7 @@ in
|
|||||||
inputs.rust-overlay.overlays.default
|
inputs.rust-overlay.overlays.default
|
||||||
inputs.handoff.overlays.default
|
inputs.handoff.overlays.default
|
||||||
inputs.headplane.overlays.default
|
inputs.headplane.overlays.default
|
||||||
|
inputs.vicinae.overlays.default
|
||||||
jellyfin
|
jellyfin
|
||||||
libfprint
|
libfprint
|
||||||
misc-applications
|
misc-applications
|
||||||
|
|||||||
35
patches/vicinae-ctrl-np.patch
Normal file
35
patches/vicinae-ctrl-np.patch
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
diff --git a/vicinae/src/services/keybinding/keybinding-service.hpp b/vicinae/src/services/keybinding/keybinding-service.hpp
|
||||||
|
index 61b31590..1df8c548 100644
|
||||||
|
--- a/vicinae/src/services/keybinding/keybinding-service.hpp
|
||||||
|
+++ b/vicinae/src/services/keybinding/keybinding-service.hpp
|
||||||
|
@@ -22,28 +22,14 @@ public:
|
||||||
|
KeyBindingMode mode = getMode(keybinding);
|
||||||
|
|
||||||
|
if (!usesOnly(event, Qt::ControlModifier)) { return false; }
|
||||||
|
-
|
||||||
|
- switch (mode) {
|
||||||
|
- case KeyBindingMode::Default:
|
||||||
|
- return event->key() == Qt::Key_J;
|
||||||
|
- case KeyBindingMode::Emacs:
|
||||||
|
- return event->key() == Qt::Key_N;
|
||||||
|
- }
|
||||||
|
- return false;
|
||||||
|
+ return (event->key() == Qt::Key_N);
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool isUpKey(QKeyEvent *event, const QString &keybinding) {
|
||||||
|
KeyBindingMode mode = getMode(keybinding);
|
||||||
|
|
||||||
|
if (!usesOnly(event, Qt::ControlModifier)) { return false; }
|
||||||
|
-
|
||||||
|
- switch (mode) {
|
||||||
|
- case KeyBindingMode::Default:
|
||||||
|
- return event->key() == Qt::Key_K;
|
||||||
|
- case KeyBindingMode::Emacs:
|
||||||
|
- return event->key() == Qt::Key_P;
|
||||||
|
- }
|
||||||
|
- return false;
|
||||||
|
+ return (event->key() == Qt::Key_P)
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool isLeftKey(QKeyEvent *event, const QString &keybinding) {
|
||||||
Reference in New Issue
Block a user