0xda157's home-manager and nixos config

vicinae v0.17

+17 -19
+9 -8
flake.lock
··· 448 448 "tinted-zed": "tinted-zed" 449 449 }, 450 450 "locked": { 451 - "lastModified": 1766603026, 452 - "narHash": "sha256-J2DDdRqSU4w9NNgkMfmMeaLIof5PXtS9RG7y6ckDvQE=", 453 - "owner": "nix-community", 451 + "lastModified": 1766797783, 452 + "narHash": "sha256-QA1d/6XzxK3lsMiJ+xiJf340cpNeJs/xIM6D0/yLqs4=", 453 + "owner": "0xda157", 454 454 "repo": "stylix", 455 - "rev": "551df12ee3ebac52c5712058bd97fd9faa4c3430", 455 + "rev": "0df2bff70d3118f53f27d1766f693f481d7ecb0f", 456 456 "type": "github" 457 457 }, 458 458 "original": { 459 - "owner": "nix-community", 459 + "owner": "0xda157", 460 + "ref": "vicinae-v0.17", 460 461 "repo": "stylix", 461 462 "type": "github" 462 463 } ··· 564 565 ] 565 566 }, 566 567 "locked": { 567 - "lastModified": 1766696834, 568 - "narHash": "sha256-IJjWGdo/isuXbXh7ndVjFhk+pDHMM7zeVmYo0cb6mrs=", 568 + "lastModified": 1766796267, 569 + "narHash": "sha256-X0BnS+bb7pj8LwIaTkJeU9CZ8Nqh4sNjyN5JQXggOvc=", 569 570 "owner": "vicinaehq", 570 571 "repo": "vicinae", 571 - "rev": "6a71a7426db6d9edf86291377afda1ca18e774f4", 572 + "rev": "b6229556c2cbabda6ce9c63863b11265b2dba134", 572 573 "type": "github" 573 574 }, 574 575 "original": {
+1 -1
flake.nix
··· 83 83 }; 84 84 85 85 stylix = { 86 - url = "github:nix-community/stylix"; 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 - { 2 - pkgs, 3 - config, 4 - inputs, 5 - ... 6 - }: 1 + { pkgs, inputs, ... }: 7 2 { 8 3 services.vicinae = { 9 4 package = pkgs.vicinae; 5 + systemd.enable = true; 10 6 settings = { 7 + close_on_focus_loss = true; 8 + consider_preedit = true; 9 + pop_to_root_on_close = true; 11 10 faviconService = "twenty"; 12 - window = { 13 - csd = true; 14 - rounding = config.l.prefs.radius; 15 - }; 11 + search_files_in_root = true; 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