My nix config
0

Configure Feed

Select the types of activity you want to include in your feed.

Add slk

author
Dario Oddenino
date (Jun 26, 2026, 3:07 PM +0200) commit a135ef83 parent 69639d0d change-id qzxxpkmv
+8 -2
+7 -2
flake.nix
··· 26 26 url = "github:whyisdifficult/jiratui"; 27 27 }; 28 28 ki-editor.url = "github:ki-editor/ki-editor"; 29 + slk = { 30 + url = "github:dariooddenino/slk-flake/flake"; 31 + 32 + }; 29 33 waterfox.url = "github:Hythera/nix-waterfox"; 30 34 zen-browser = { 31 35 url = "github:youwen5/zen-browser-flake"; ··· 40 44 helix-master, 41 45 hy3, 42 46 ki-editor, 47 + slk, 43 48 ... 44 49 }@inputs: 45 50 let ··· 68 73 nixosConfigurations = { 69 74 t470p = nixpkgs.lib.nixosSystem { 70 75 inherit system; 71 - specialArgs = { inherit inputs; ki-editor = ki-editor; }; 76 + specialArgs = { inherit inputs; ki-editor = ki-editor; slk = slk; }; 72 77 modules = [ 73 78 ./nixos/hosts/hardware-configuration-t470p.nix 74 79 ./nixos/configuration.nix ··· 89 94 }; 90 95 home = nixpkgs.lib.nixosSystem { 91 96 inherit system; 92 - specialArgs = { inherit inputs; ki-editor = ki-editor; }; 97 + specialArgs = { inherit inputs; ki-editor = ki-editor; slk = slk; }; 93 98 modules = [ 94 99 ./nixos/hosts/hardware-configuration-home.nix 95 100 ./nixos/configuration.nix
+1
nixos/configuration.nix
··· 205 205 rustdesk 206 206 satty 207 207 slack 208 + inputs.slk.packages.x86_64-linux.default 208 209 starship 209 210 todoist 210 211 todoist-electron