Commit b8fdd19d992b
Changed files (6)
home
common
desktop
sway
dev
modules
shells
home/common/desktop/sway/default.nix
@@ -369,8 +369,8 @@ in
# bindsym --whole-window button6 workspace next_on_output
# bindsym --whole-window button7 workspace prev_on_output
- bindsym ${mod}+F10 exec ${pkgs.my.scripts}/bin/shot %d
- bindsym ${mod}+Shift+F10 exec ${pkgs.my.scripts}/bin/shotf %d
+ bindsym ${mod}+F10 exec ${pkgs.scripts}/bin/shot %d
+ bindsym ${mod}+Shift+F10 exec ${pkgs.scripts}/bin/shotf %d
bindsym ${mod}+F9 exec ${pkgs.mako}/bin/makoctl mode -s do-not-disturb
bindsym ${mod}+Shift+F9 exec ${pkgs.mako}/bin/makoctl mode -s default
home/common/dev/containers.nix
@@ -23,7 +23,7 @@
operator-sdk
snazy
kubelogin-oidc
- my.chmouzies.kubernetes # FIXME update this
+ chmouzies.kubernetes # FIXME update this
tektoncd-cli
# knd
# build
home/common/dev/go.nix
@@ -20,7 +20,7 @@
gofumpt
# misc
protobuf
- my.ram
+ ram
# not really go but still
gosmee
# cue
modules/govanityurl.nix
@@ -17,7 +17,7 @@ in
'';
package = mkOption {
type = types.package;
- default = pkgs.my.govanityurl;
+ default = pkgs.govanityurl;
description = ''
govanityurl package to use.
'';
shells/osp.nix
@@ -22,7 +22,7 @@ pkgs.mkShell {
kustomize
oc
operator-sdk
- my.operator-tool
+ operator-tool
tektoncd-cli
opm
python39Packages.pyaml
shells/tekton.nix
@@ -11,8 +11,8 @@ pkgs.mkShell {
go
ko
oc
- my.tkn
- my.operator-tool
+ tektoncd-cli
+ operator-tool
google-cloud-sdk
gron
yamllint