tangled
alpha
login
or
join now
da157.id
/
nix-config
0
fork
atom
0xda157's home-manager and nixos config
0
fork
atom
overview
issues
pulls
pipelines
vicinae v0.17
0xda157
2 months ago
d8713672
a110156c
0/1
check.yml
failed
1m 34s
+17
-19
3 changed files
expand all
collapse all
unified
split
flake.lock
flake.nix
modules
home
desktops
shared
vicinae
default.nix
+9
-8
flake.lock
···
448
448
"tinted-zed": "tinted-zed"
449
449
},
450
450
"locked": {
451
451
-
"lastModified": 1766603026,
452
452
-
"narHash": "sha256-J2DDdRqSU4w9NNgkMfmMeaLIof5PXtS9RG7y6ckDvQE=",
453
453
-
"owner": "nix-community",
451
451
+
"lastModified": 1766797783,
452
452
+
"narHash": "sha256-QA1d/6XzxK3lsMiJ+xiJf340cpNeJs/xIM6D0/yLqs4=",
453
453
+
"owner": "0xda157",
454
454
"repo": "stylix",
455
455
-
"rev": "551df12ee3ebac52c5712058bd97fd9faa4c3430",
455
455
+
"rev": "0df2bff70d3118f53f27d1766f693f481d7ecb0f",
456
456
"type": "github"
457
457
},
458
458
"original": {
459
459
-
"owner": "nix-community",
459
459
+
"owner": "0xda157",
460
460
+
"ref": "vicinae-v0.17",
460
461
"repo": "stylix",
461
462
"type": "github"
462
463
}
···
564
565
]
565
566
},
566
567
"locked": {
567
567
-
"lastModified": 1766696834,
568
568
-
"narHash": "sha256-IJjWGdo/isuXbXh7ndVjFhk+pDHMM7zeVmYo0cb6mrs=",
568
568
+
"lastModified": 1766796267,
569
569
+
"narHash": "sha256-X0BnS+bb7pj8LwIaTkJeU9CZ8Nqh4sNjyN5JQXggOvc=",
569
570
"owner": "vicinaehq",
570
571
"repo": "vicinae",
571
571
-
"rev": "6a71a7426db6d9edf86291377afda1ca18e774f4",
572
572
+
"rev": "b6229556c2cbabda6ce9c63863b11265b2dba134",
572
573
"type": "github"
573
574
},
574
575
"original": {
+1
-1
flake.nix
···
83
83
};
84
84
85
85
stylix = {
86
86
-
url = "github:nix-community/stylix";
86
86
+
url = "github:0xda157/stylix/vicinae-v0.17"; # FIXME: https://github.com/nix-community/stylix/pull/2111
87
87
inputs = {
88
88
nixpkgs.follows = "nixpkgs";
89
89
systems.follows = "systems";
+7
-10
modules/home/desktops/shared/vicinae/default.nix
···
1
1
-
{
2
2
-
pkgs,
3
3
-
config,
4
4
-
inputs,
5
5
-
...
6
6
-
}:
1
1
+
{ pkgs, inputs, ... }:
7
2
{
8
3
services.vicinae = {
9
4
package = pkgs.vicinae;
5
5
+
systemd.enable = true;
10
6
settings = {
7
7
+
close_on_focus_loss = true;
8
8
+
consider_preedit = true;
9
9
+
pop_to_root_on_close = true;
11
10
faviconService = "twenty";
12
12
-
window = {
13
13
-
csd = true;
14
14
-
rounding = config.l.prefs.radius;
15
15
-
};
11
11
+
search_files_in_root = true;
12
12
+
launcher_window.client_side_decorations.enable = false;
16
13
};
17
14
extensions = with inputs.vicinae-extensions.packages.${pkgs.stdenv.hostPlatform.system}; [
18
15
bluetooth