Commit Graph

1042 Commits

Author SHA1 Message Date
7498361162 whalebird: use mkDerivation's desktopItems 2022-06-05 21:52:25 -07:00
6eff3e8f11 nixpatches: fold the whalebird stuff together to match github PR 2022-06-05 21:25:58 -07:00
7de4160121 remove phosh patch and use upstream diff 2022-06-05 21:19:03 -07:00
3643c79786 whalebird: apply PR feedback 2022-06-05 20:48:02 -07:00
e0de6de3da kaiteki: only ship for x86_64 2022-06-05 15:06:16 -07:00
9f6eb846f9 whalebird: upstream 2022-06-05 14:53:57 -07:00
a1c1a54e31 whalebird: fix tray icon 2022-06-05 14:44:28 -07:00
10db7ff8d2 pkgs/kaiteki: fix broken vendor hash
i didn't realize that changing the package version invalidated the vendor hash :|
2022-06-05 04:17:30 -07:00
0e20ca3abe pkgs/kaiteki: cleanup 2022-06-05 04:12:36 -07:00
156334e0ff Merge branch 'wip-kaiteki' 2022-06-05 04:03:29 -07:00
0a69b13424 try to add Kaiteki as a package
requires updating dart (flutter), which is causing problems...
2022-06-05 04:02:59 -07:00
fe51c278a0 home: add grimshot screenshot tool to sway 2022-06-05 02:21:46 -07:00
009cf43e7a home: add wget 2022-06-04 21:59:35 -07:00
77663c3104 update nixpkgs, NUR 2022-06-04 21:03:12 -07:00
c7ead8f365 tidy up the whalebird package
draws inspiration from <nixpkgs>/pkgs/applications/networking/instant-messengers/element/element-desktop.nix
enables some wayland-specific flags, which hopefully enables input and removes the mesa opengl restriction?
2022-06-04 15:50:03 -07:00
d10c40b2fe home: add youtube-dl 2022-06-04 15:03:35 -07:00
0b6992e900 phosh: enable xwayland 2022-06-04 04:10:36 -07:00
9c633ead83 enable whalebird on all architectures 2022-06-04 03:42:09 -07:00
d291908d1b port whalebird to aarch64 (untested)
built on x86-64; not yet built on aarch64
2022-06-04 02:05:20 -07:00
acc3aa6d0f home: add file-foller for 2022-06-04 01:22:34 -07:00
994c713efb update whalebird 4.5.4 -> 4.6.0 2022-06-03 20:39:06 -07:00
c8f44a921d sway: enable mediaplayer status 2022-06-03 17:25:11 -07:00
f7af9c170a sway: switch dmenu -> fuzzel 2022-06-03 16:33:46 -07:00
4ba610eade sway: remove gaps 2022-06-03 16:00:18 -07:00
df7da13d99 sway: enable media keys 2022-06-03 15:56:50 -07:00
993efdb4f4 sway: remove dead code 2022-06-03 15:56:32 -07:00
ade6481b39 sway: enable audio
media keys don't work (except in VLC!)
2022-06-03 15:08:57 -07:00
3be55897fa fix gnome build by removing dconf stuff 2022-06-03 15:08:34 -07:00
e26ae2eee5 update nixpkgs 2022-05-31 -> 2022-06-02 also mobile-nixos, nurpkgs 2022-06-03 14:54:55 -07:00
168a557983 limit bootloader entries (generations) to 40.
this saves space on the /boot partition
2022-06-03 14:24:04 -07:00
06d29e9cbd home: add nautilus file browser to all platforms
this is the gnome file-browser.
over time, i might find a better file-browser.
but for now, it's nice to always have one (for e.g. sway, and hopefully phosh)
2022-06-03 01:51:40 -07:00
75ba43aaca desko: switch to sway compositor 2022-06-03 01:40:32 -07:00
87637bb1a2 home manager: update 21.11 -> 22.05
this is necessary for sway to build
2022-06-03 01:40:32 -07:00
f8c592cd4b i3: switch to kitty
the default i3 terminal has an insane default font. INSANE.
2022-06-02 23:43:41 -07:00
6df3ccd81f enable i3; switch desko to i3 2022-06-02 23:43:41 -07:00
4300cbbf8a uninsane: clarify kernelPkgs config value 2022-06-02 17:02:36 -07:00
3a937e7a15 rpi u-boot patch: simplify 2022-06-02 15:29:09 -07:00
a7259279bb port raspberry pi bootloader fixes to a nixpkgs patch 2022-06-02 14:18:41 -07:00
a19f67eab0 phosh scale patch: apply PR feedback (https://github.com/NixOS/nixpkgs/pull/175872) 2022-06-02 03:42:58 -07:00
11bf25fe60 add sshfs uninsane mount 2022-06-02 03:42:58 -07:00
766460164f remove pkgs-mobile: run moby off the same packages as my other system 2022-06-01 17:48:37 -07:00
94aeb0eebb phosh: update scale to 1.5
this should have been done earlier, but got lost in some orphaned commit
2022-06-01 16:16:34 -07:00
4c19754a4f home: add nixpkgs-review to env 2022-06-01 16:13:39 -07:00
7892f9bfe1 nix flake update: nixpkgs 2022-05-30 -> 2022-05-31 and nur update 2022-06-01 15:14:35 -07:00
40df96459a enable chromium
firefox is being a bitch rn, crashing every hour.
good to have a backup browser.
2022-06-01 14:58:01 -07:00
e9d6a1458a phoc: simplify the config by patching nixpkgs 2022-06-01 12:36:36 -07:00
4d970f5bf5 remove nixpkgs-unstable from inputs
we don't need it. the one package it was being used for is identical
in nixpkgs stable
2022-05-31 22:41:41 -07:00
c394320607 move home-manager env vars into system env vars where they belong
this lets Qt apps properly start under phosh.

git editor is still nano -- unsure why.
2022-05-31 22:22:20 -07:00
a30050af8f moby: add gnome-podcasts 2022-05-31 20:07:18 -07:00
221fb05579 remove whalebird specialization
22.05 edition of whalebird compiles fine OOTB
2022-05-31 17:57:16 -07:00