Commit graph

255 commits

Author SHA1 Message Date
Aly Raffauf 84615ef784 nixos/firefox: don't install ublock and decentraleyes
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
2024-08-29 15:49:03 -04:00
Aly Raffauf 21b9653225 flatpak: integrate workarounds with stylix themes
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
2024-08-23 13:52:54 -04:00
Aly Raffauf 65492d7c89 nixos/desktop: remove font pkgs
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
2024-08-22 09:01:19 -04:00
Aly Raffauf 29bc4af56e
flake: reorg common modules as flake outputs (#95)
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
* initial committ

* move plymouth and printing to desktop modules

* rename commonModules -> common

* rename commonModules -> common

* move nix settings base -> common/nix

* nix fmt

* move baseModules to common/base
2024-08-22 07:46:19 -04:00
Aly Raffauf 0b489bbe1b aly: restore hyprland workspace assognments for laptops 2024-08-20 14:34:12 -04:00
Aly Raffauf 5cae43ef51
add 'laptopMode' option and user config (#92)
* aly: special sway and hyprland configs for mauville

* add 'laptopMode' option and config

* nixfmt
2024-08-19 21:40:31 -04:00
Aly Raffauf ad69f4ad44 sway: swayfx -> sway 2024-08-19 10:01:19 -04:00
Aly Raffauf 1088dfbc45 sway: lib.mkDefault swayfx 2024-08-18 18:03:03 -04:00
Aly Raffauf 2edf254f59 firefox: disable bugged datareporting.healthreport.uploadEnabled
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
2024-08-17 22:41:00 -04:00
Aly Raffauf 61fbd5ce2a sway: don't auto install extraPackages 2024-08-17 21:45:02 -04:00
Aly Raffauf 1cba1f10fd desktop: services.xserver.libinput -> services.libinput 2024-08-17 17:01:10 -04:00
Aly Raffauf c0597a357a Revert "desktop: swaylock -> gtklock (#89)"
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
This reverts commit 62f2d5b1d0.
2024-08-12 09:04:16 -04:00
Aly Raffauf 62f2d5b1d0
desktop: swaylock -> gtklock (#89)
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
* nixos/desktop: add pam config for gtklock

* apps: add gtklock config

* nixos: fix duplicate pam settings

* desktop: switch to gtklock

* swayidle: switch to gtklock

* nixfmt

* desktop: simplify pam config with inherit
2024-08-12 01:05:07 -04:00
Aly Raffauf 82c92f7108 firefox: no tabs in titlebar 2024-08-11 19:33:42 -04:00
Aly Raffauf bbc0be5a61
desktop: add swayosd module with custom style (#80)
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
* desktop: add swayosd theme style

* home: add swayosd module options

* desktop: enable libinput
2024-08-09 20:23:44 -04:00
Aly Raffauf 27b3fe91a6 nixos: fix zed font troubles with explicit fonts in desktop module 2024-08-04 15:28:58 -04:00
Aly Raffauf 59ba881046
drop gnome modules (#66)
Some checks are pending
flakehub / flakehub-publish (push) Waiting to run
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
* home/gnome: remove module

* home/gnome: remove option

* nixos/gnome: remove module

* nixos/gnome: remove option

* gnome: remove option references

* gnome: don't import nonexisting modules
2024-07-28 15:56:41 -04:00
Aly Raffauf 80202e7689 nixos/desktop: disable blueman 2024-07-25 23:32:32 -04:00
Aly Raffauf ba1d6fe0fd
home: move gnome config to hm (#59)
Some checks are pending
flakehub / flakehub-publish (push) Waiting to run
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
* base: limit systemd-boot configurations to 10

* home/gnome: cleanup

* home/gnome: move extesniosn to hm module

* home/gnome: fix nesting

* home/gnome: add cs adjuster

* nixos/gnome: simplify fprintd fixes

* Revert "nixos/gnome: simplify fprintd fixes"

This reverts commit 540ba39bf9.

* home/gnome: enable extensions with dconf

* nixos/gnome: update triple buffer overlay hash
2024-07-23 13:04:10 -04:00
Aly Raffauf 56427dd1aa
drop cinnamon (#56)
Some checks are pending
flakehub / flakehub-publish (push) Waiting to run
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
* cinnamon: drop modules

* home/theme: remove cinnamon theming

* cinnamon: remove module references
2024-07-21 12:25:59 -04:00
Aly Raffauf deb36b44e1
code cleanup (#47)
Some checks are pending
flakehub / flakehub-publish (push) Waiting to run
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
* remove unused variables and nesting issues

* more code cleanups and build fixes

* cleanup sway

* base/plymouth: removed unnecessary font override

* hosts/common: remove unnecessary host checks
2024-07-18 21:05:35 -04:00
Aly Raffauf c8cbab446f migrate mkOption to mkPackageOption 2024-07-12 20:50:01 -04:00
Aly Raffauf 17f721d33b nixosmodules/greetd: simplify autologin options 2024-07-10 20:30:11 -04:00
Aly Raffauf 945fbdcc39
restructure flake (#14)
* initial commit

* simplify output structure

* don't pull wallpaper from flake, use fetchGit

* swap nixvim for neovim

* fetch wallpaper correctly

* move nixvim to aly home config
2024-07-09 19:17:53 -04:00
Aly Raffauf d63e7615bc hosts: consolidate substituters 2024-07-08 17:54:12 -04:00
Aly Raffauf 23e37fa814 move syncthing from nixosModules to userModules/aly 2024-07-08 00:58:52 -04:00
Aly Raffauf 08f91eaad6 nixos/syncthing: integrate cfg one file 2024-07-08 00:39:51 -04:00
Aly Raffauf 41852c9d1f nixosModules: move x keyboard config to hosts/common.nix 2024-07-08 00:29:15 -04:00
Aly Raffauf 0a58af6500 moved and simplified overlays from baseModules 2024-07-07 23:54:00 -04:00
Aly Raffauf d0e45edce8 nixosmodules: merge lightdm and cinnamon modules 2024-07-07 20:23:29 -04:00
Aly Raffauf 58b248367c nixosModules: move tailscale config to hosts 2024-07-07 20:10:54 -04:00
Aly Raffauf e2c9c12c10 nixos/gnome: integrate fprintdFix into gnome module 2024-07-07 19:46:57 -04:00
Aly Raffauf 35dd665979 nixosModules: drop plasma 2024-07-07 19:41:21 -04:00
Aly Raffauf 5902de4177 move hyprland overlays to nixosModules/desktop/hyprland 2024-07-07 19:41:07 -04:00
Aly Raffauf dbb3ec3895 move nixos/base to baseModules 2024-07-07 19:17:35 -04:00
Aly Raffauf 6233a45649 nixos: remove plymouth 2024-07-07 17:52:42 -04:00
Aly Raffauf 094fb25714 nixos: move zramswap to base and delete module options 2024-07-07 17:17:51 -04:00
Aly Raffauf 62e400ddeb move user settings from nixosModules to userModules 2024-07-07 17:12:00 -04:00
Aly Raffauf 1cfb1877cb nixos/gnome: add triple buffering patch 2024-07-07 14:48:46 -04:00
Aly Raffauf b084f65130 aly: move secrets to home-manager config 2024-07-07 13:20:16 -04:00
Aly Raffauf 18c5686d18 mandarin,mauville: migrate to nixhw 2024-07-06 18:05:20 -04:00
Aly Raffauf 2c6cfaa41a migrate fallarbor, lavaridge, petalburg, and rustboro to nixhw 2024-07-06 17:53:41 -04:00
Aly Raffauf 4d6dc23e48 nixos: move intel hybrid codec override to hardwareModules 2024-07-06 13:39:43 -04:00
Aly Raffauf ba604284dc base/nixpkgs: ismplfiy overlays 2024-07-06 11:28:37 -04:00
Aly Raffauf 12fc4b744f nixos/syncthing: improve code readability 2024-07-06 10:56:12 -04:00
Aly Raffauf c0ce74cad2
use wallpapers from upstream flake (#13)
* initial commit

* source wallpapers from wallpaper flake and overlay over nixpkgs

* bump flake.lock

* nixos/desktop: install alyraffauf-wallpapers
2024-07-06 00:35:45 -04:00
Aly Raffauf 58039a6563 move raffauflabsModules to separate git repo (#12)
* remove from flake + delete files

* README: add raffauflabs modules link
2024-07-05 20:58:05 -04:00
Aly Raffauf 347c343742 disable nixcache.raffauflabs.com substituter 2024-07-05 18:37:07 -04:00
Aly Raffauf 4e150dd5c2 nixos/navidrome: configure secrets before running navidrome 2024-07-05 13:01:09 -04:00
Aly Raffauf db40755c05 nixos: swap navidrome container for bare metal service 2024-07-05 12:14:48 -04:00