alpha
Login
or
Join now
dariood.tngl.sh
/
nix-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
My nix config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Add slk
author
Dario Oddenino
date
17 hours ago
(Jun 26, 2026, 3:07 PM +0200)
commit
a135ef83
a135ef83afaf2ab15e9f4d257710ba8bc9376982
parent
69639d0d
69639d0d3b64cabbc332dc030738ae271bb370ad
change-id
qzxxpkmv
qzxxpkmvyynmzmxrynyzwxkqytlqulos
+8
-2
2 changed files
Expand all
Collapse all
Unified
Split
flake.nix
nixos
configuration.nix
+7
-2
flake.nix
Reviewed
···
26
26
url = "github:whyisdifficult/jiratui";
27
27
};
28
28
ki-editor.url = "github:ki-editor/ki-editor";
29
29
+
slk = {
30
30
+
url = "github:dariooddenino/slk-flake/flake";
31
31
+
32
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
47
+
slk,
43
48
...
44
49
}@inputs:
45
50
let
···
68
73
nixosConfigurations = {
69
74
t470p = nixpkgs.lib.nixosSystem {
70
75
inherit system;
71
71
-
specialArgs = { inherit inputs; ki-editor = ki-editor; };
76
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
92
-
specialArgs = { inherit inputs; ki-editor = ki-editor; };
97
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
Reviewed
···
205
205
rustdesk
206
206
satty
207
207
slack
208
208
+
inputs.slk.packages.x86_64-linux.default
208
209
starship
209
210
todoist
210
211
todoist-electron