Commit Graph

303 Commits

Author SHA1 Message Date
f6ac08e3dc
users/foo-dogsquared: update custom homepage grid layout 2024-09-09 14:15:07 +08:00
b04cedbc19
users/foo-dogsquared/programs/browsers: add custom homepage as new tab for Tridactyl 2024-09-08 11:33:15 +08:00
b870d34fd8
users/foo-dogsquared: remove old secrets 2024-09-08 11:08:14 +08:00
bbbd3646bd
users/foo-dogsquared/setups/research: add Localsend 2024-09-08 11:07:16 +08:00
7995d92fda
users/foo-dogsquared/services/backup: init
YAY! A proper modularized backup system.
2024-09-07 22:11:51 +08:00
86157bc1a2
users/foo-dogsquared: update custom homepage links and use proper state variables to refer to paths 2024-09-06 21:38:55 +08:00
2221ca1642
users/foo-dogsquared/homepage: update theme SCSS and package definition
Also, Hugo doesn't resolve symlinks unfortunately(?) so we have to go
with making it a real file for now. Either way, this is only for
development purposes and the real version is generated within the HM
config.
2024-09-04 14:57:32 +08:00
47f6c0bee9
users/foo-dogsquared: use upstream config for custom-homepage 2024-09-04 14:48:04 +08:00
95f24e424f
users/foo-dogsquared/setups/research: move from programs namespace
It encompasses more than the programs themselves anyways.
2024-09-03 18:12:46 +08:00
6a0a697ffe
users/foo-dogsquared: add custom-homepage config and proper ports state 2024-09-03 18:09:33 +08:00
f544f3b93f
users/foo-dogsquared/programs/custom-homepage: init
YOOOOOOOOO! This is cool, a Nix-configurable homepage (made with Hugo)
by taking advantage of the way how data are merged within the virtual
filesystem, hell yeah.

Aaaaaand... its novelty wears off a minute later in my setup because
Tridactyl needs to override the tab. :/
2024-09-03 18:08:10 +08:00
cff4e0de43
hosts/ni: add wrapper-manager-fds manpage
Dogfooding at its finest.
2024-09-03 15:14:26 +08:00
657afd19d6
users/foo-dogsquared/programs/browsers: init and set custom homepage 2024-09-03 15:11:42 +08:00
bffd3d003b
users/foo-dogsquared: update Jujutsu and Tridactyl config 2024-09-01 22:39:08 +08:00
fbc6df4445
users/foo-dogsquared/programs/doom-emacs: add org-protocol support 2024-09-01 22:38:26 +08:00
4011c89612
docs: update configs README 2024-08-29 17:44:26 +08:00
2fc3b223be
hosts/ni/setups/music: update uxplay settings 2024-08-26 16:02:34 +08:00
b493c2c71e
users/foo-dogsquared: update Jujutsu and Thunderbird config 2024-08-26 16:00:38 +08:00
ba46b81e0a
wrapperPackages/dotfiles-wrapped: update envvar values 2024-08-24 14:02:09 +08:00
91c083b84c
users/foo-dogsquared: update dotfiles location 2024-08-24 13:56:52 +08:00
5d36d79898
users/foo-dogsquared: add state packages 2024-08-24 13:56:15 +08:00
9eaf577057
users/foo-dogsquared/setups/development: add Jujutsu configuration 2024-08-23 20:27:28 +08:00
30b2f192e4
hosts/ni/services/download-media: add wrapper-manager and update config 2024-08-22 19:15:48 +08:00
39cc3b50d6
users/foo-dogsquared: update Tridactyl and atuin config 2024-08-20 18:47:56 +08:00
7a68e0a6a8
users/foo-dogsquared/programs/nixvim: disable Neorg and update LSP server settings 2024-08-18 10:45:24 +08:00
54c66be82f
nixvimConfigs/fiesta/setups/devenvs: init 2024-08-15 12:48:11 +08:00
fc382ed588
nixvimConfigs/fiesta: update LSP-related config 2024-08-03 08:52:10 +08:00
d7338a8722
wrapper-manager/nixgl: change wraparound.executable to wraparound.arg0
Also for consistency.
2024-08-01 17:27:01 +08:00
d070f33bc7
docs: update project and configs README 2024-07-31 21:49:31 +08:00
f6c70a278b
home-manager/state: refactor and add paths and ports sub-option
Similarly structured to the NixOS module to make it consistent, yay.
2024-07-31 21:47:48 +08:00
0e85085730
hosts/ni/setups/music: use state ports module 2024-07-31 13:09:10 +08:00
16dd14e451
hosts/ni/networking/setup: update module 2024-07-31 13:08:47 +08:00
dea3b55aed
hosts/ni/networking/setup: add common setup option 2024-07-30 18:35:02 +08:00
af0f25b7b0
wrapperPackages/dotfiles-wrapped: init
Not all of it is working as intended but we'll fix at a later time.
2024-07-30 13:26:58 +08:00
e6c988a789
hosts/ni/setups/music: add UXPlay and update firewall settings 2024-07-30 11:54:09 +08:00
126755c8b1
users/foo-dogsquared: fix conditional for NixOS-enabled parts 2024-07-29 16:02:13 +08:00
3097e8bd4e
flake: add extra documentation settings to NixOS systems 2024-07-27 20:46:41 +08:00
570bb1e685
flake: share nixpkgs config to the per-system instance 2024-07-27 20:44:11 +08:00
78193d5270
wrapperPackages/archive-setup: init 2024-07-23 17:57:38 +08:00
651184f426
flake: update NixVim declarative setups 2024-07-18 21:25:37 +08:00
79e49c1b7c
users/foo-dogsquared: update program configs 2024-07-16 13:50:41 +08:00
b93257db79
hosts/ni: update service configs 2024-07-16 13:50:09 +08:00
e8e2d67810
flake-parts/setups: add option for shared nixpkgs config
NixOS doesn't allow configuring nixpkgs modularly for externally defined
nixpkgs instances so we'll have to create the option ourselves. This is
also defined for other module environments just in case.
2024-07-16 13:47:41 +08:00
64621b0b2e
users/foo-dogsquared/programs/vs-code: update config 2024-07-11 18:11:56 +08:00
7a049da310
nixvimConfigs: update deprecated attributes 2024-07-11 17:29:17 +08:00
3324c12d4c
wrapper-manager-fds/modules: overhaul wrapper config
Now, there could be multiple wrappers within the configuration but it
should still result with one derivation unlike the original version.
This could be handy for making package overrides with multiple binaries
(for example, 7Z) while making the interface consistent. This turns out
to be way nicer than I thought which is a good thing.
2024-07-08 21:12:31 +08:00
6fd2e28370
users/foo-dogsquared: integrate wrapper-manager-fds 2024-07-05 17:56:38 +08:00
c7964d141a
flake: officially put wrapper-manager-fds into the output 2024-07-04 22:35:17 +08:00
f77a12b8f5
flake: add wrapper-manager-fds subproject flake outputs 2024-07-02 20:01:51 +08:00
5003d9723a
nixvimConfigs/fiesta: update deprecated lua attribute for keymaps 2024-06-27 18:30:37 +08:00
d6318cbd7c
hosts/{bootstrap,graphical-installer}: fix config 2024-06-21 16:10:50 +08:00
3cd3d81d77
hosts/plover: update code 2024-06-18 21:56:32 +08:00
38c12267c9
users/foo-dogsquared: set up Firenvim with an option 2024-06-18 21:56:09 +08:00
02a57572ab
hosts/ni/hardware/qol: remove auto-cpufreq conflict 2024-06-18 21:54:22 +08:00
fd0f0ed557
flake: set more branches explicitly for configs
Correct branches this time.
2024-06-17 17:16:16 +08:00
0d5f903610
flake: update home-manager and NixOS configs settings 2024-06-12 18:25:30 +08:00
499ee111e3
nixvimConfigs/trovebelt: migrate config to up-to-date settings 2024-06-11 16:40:56 +08:00
2dd2175250
flake-parts/setups/nixvim: merge into a unified list of components
At least, it made the module code and configuration easier with
`nixpkgs.lib.cartesianProductOfSets`.
2024-06-11 16:39:16 +08:00
cecb71e113
flake: add default systems as a module argument 2024-06-10 18:29:06 +08:00
ea4473ffbf
flake: add foodogsquaredLib flake output
For those who are interested in including it themselves for whatever
reason.
2024-06-10 17:01:31 +08:00
33bdcc7f91
flake: explicitly configure each setup with its nixpkgs branches 2024-06-10 17:00:55 +08:00
b9652dc8bb
hosts/ni: disable built-in laptop keyboard
It is more of a hindrance now that I always use an external keyboard.
2024-06-07 10:02:52 +08:00
cd30aba3e1
config: update comments 2024-05-26 16:38:22 +08:00
11d0426b7f
nixvimConfigs/fiesta/setups/ui: update config 2024-05-26 16:36:49 +08:00
4c9852ece4
users/foo-dogsquared/programs/git: update config 2024-05-24 09:28:58 +08:00
e5226d80f7
hosts/ni/setups/desktop: update config 2024-05-18 16:41:22 +08:00
26f827d9dd
home-manager/suites/dev: update state variable to use ignoreDirectories 2024-05-18 16:41:21 +08:00
aa7529a5b9
users/foo-dogsquared: update config to use modular states 2024-05-18 16:41:20 +08:00
12b80432b0
hosts/ni/services/backup: update location and patterns 2024-05-18 16:41:19 +08:00
6a75b4acc1
nixvimConfigs/fiesta: remove deprecated attributes to their updated versions 2024-05-18 16:41:19 +08:00
2d0452aa68
hosts/ni/setups/music: update gonic settings 2024-05-18 16:41:19 +08:00
59f5519549
nixvimConfigs: migrate to updated option name for Neovim options 2024-05-18 16:41:18 +08:00
7bef5de288
hosts/ni/setups/music: add optional path for Gonic service 2024-05-18 16:41:18 +08:00
f48f094302
hosts/bootstrap: explicitly set boot settings 2024-05-18 16:41:18 +08:00
5107944f02
nixvimConfigs/fiesta/setups/note-taking: update config 2024-05-18 16:41:17 +08:00
d6e2920f76
docs: update hosts README 2024-05-18 16:41:17 +08:00
d64df9bbc2
users/foo-dogsquared/programs/nixvim: update Lush theme template 2024-05-18 16:41:17 +08:00
7828b36a4e
users/foo-dogsquared: refactor Bahaghari usage 2024-05-18 16:41:17 +08:00
60e077554d
hosts/ni/setups/desktop: update conditional NetworkManager setup 2024-05-18 16:41:16 +08:00
ef9f5d2769
users/foo-dogsquared: update yt-dlp audio config 2024-05-18 16:41:16 +08:00
c68dd0bf64
users/foo-dogsquared/setups/development: update dev't app list 2024-05-18 16:41:16 +08:00
92e409e40f
users/foo-dogsquared/programs/doom-emacs: refactor 2024-05-18 16:41:16 +08:00
fe0c088ce9
hosts/ni: update foo-dogsquared user attributes 2024-05-18 16:41:05 +08:00
1d7ff0fcc5
templates/rust-app: init 2024-03-16 15:12:59 +08:00
cc2ec7e4e4
users/foo-dogsquared/setups/music: update config 2024-03-15 11:49:10 +08:00
c22b37f8e9
hosts/ni: disable Wireguard
This is just temporary.
2024-03-11 13:13:23 +08:00
c8152959d2
hosts/ni/services/backup: update backup service 2024-03-11 13:12:53 +08:00
a7d75dff58
users/foo-dogsquared/programs/git: update signing key 2024-03-11 08:22:49 +08:00
425458e672
docs: delete outdated user README 2024-03-11 07:51:52 +08:00
19cf0811af
flake: fix disko config 2024-03-11 07:51:32 +08:00
bae26e1df5
users/foo-dogsquared/programs/nixvim: update nvim-cmp module 2024-03-07 18:45:17 +08:00
9f767a6b00
nixvimConfigs/fiesta/setups/completion: update to new module 2024-03-07 18:44:48 +08:00
0c13466cb5
users/foo-dogsquared/dotfiles: fix conditionals 2024-03-07 18:44:09 +08:00
8288766f6c
overlays: init default package set 2024-03-06 20:46:59 +08:00
9577f5a4f7
hosts/ni/services/backup: refactor code 2024-03-06 17:03:12 +08:00
ec3fdab52c
flake-parts/setups: update shared Nix config
At least we've set the right sources for the system's nixpkgs and
home-manager branches.
2024-03-06 17:01:21 +08:00
0fb557d145
chore: update comments 2024-03-04 07:43:47 +08:00
bece09c134
hosts/ni: update base config 2024-03-03 16:52:43 +08:00
7f82382b81
hosts/ni: update disko config 2024-03-03 16:44:02 +08:00
344a1667a4
users/nixos/programs/terminal-multiplexer: init 2024-03-03 11:04:34 +08:00