tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
stylix: remove qt styling as it clashes with a68k
wiro.world
3 months ago
11f3ff66
ab5c4a42
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+2
1 changed file
expand all
collapse all
unified
split
home-manager
profiles
desktop.nix
+2
home-manager/profiles/desktop.nix
···
123
123
124
124
programs.broot.enable = true;
125
125
126
126
+
stylix.targets.qt.enable = false;
127
127
+
126
128
programs.go = {
127
129
enable = true;
128
130
env.GOPATH = "${config.home.homeDirectory}/.local/share/go";