Commit graph

230 commits

Author SHA1 Message Date
f0abe5a2b4 added gamemode to steam in configuration.nix 2025-03-04 01:02:34 +00:00
5eceeb635b set firefox bookmarks backup
firefox now backs up all bookmarks on exit to ~/bookmarks.html
i would rather it do this whenever the bookmarks file is modified but
this seems to be the only way outside of writing my own script for that
2025-03-02 03:15:35 +00:00
97c2cb0ef3 set up declarative firefox
not able to switch to librewolf yet because the extensions and settings
config options dont work properly yet
2025-03-01 23:10:05 +00:00
b437e0934a add firefox config using pkgs.librewolf 2025-03-01 21:12:54 +00:00
3101df896c add super+f11 as WM-level fullscreen key 2025-02-28 15:23:22 +00:00
6761af30c0 comment home.packages, update flake 2025-02-28 00:39:48 +00:00
644ab4f45d updated flake (due to hyprland update message) 2025-02-22 14:23:23 +00:00
509fc477ac enabled nix-ld 2025-02-21 15:23:22 +00:00
61abccfef6 update flake 2025-02-21 15:21:27 +00:00
0f7567d107 add declarative flatpak support to home-manager 2025-02-21 14:38:22 +00:00
ea74e2bfe1 enable tailscale 2025-02-10 13:46:08 +00:00
9f14ef2360 updated flake 2025-02-04 19:33:55 +00:00
276fcded65 set stylix.polarity to "dark" to enable dark theme 2025-01-23 09:48:16 +00:00
5799a2cdb2 add element-desktop to home.packages 2025-01-23 09:05:56 +00:00
b853a63871 updated system 2025-01-22 22:50:38 +00:00
fc5326de0a add NIXOS_OZONE_WL=1 to sessionVariables
also changed wofi run command to run using zsh -c 'wofi command' in
order to inherit said variable. this was prompted due to weird context
menu artifacts in Signal Desktop
2025-01-22 21:41:30 +00:00
56ff6d79c8 add signal-desktop and nautilus to home.packages 2025-01-22 02:10:29 +00:00
83af08773d add nvtopPacakges.amd to home.pacakges 2025-01-21 21:44:08 +00:00
fd2da06ebf added direnv 2025-01-15 23:45:04 +00:00
c21f01f1c5 cleaned up unused home-manager files 2025-01-11 19:18:59 +00:00
f0e1a352b4 reverted steam package to unstable
stable steam package has a bug and the reason i stopped using unstable
has since been fixed, so i reverted back to unstable pkgs.steam
2025-01-10 17:52:25 +00:00
e20ad6341f display waybar on all monitors
removed the output = [] array from home-manager/waybar.nix as it was
preventing replugged monitors from displaying waybar, since their id
(DP-XX) changes when being replugged
2025-01-06 22:38:15 +00:00
38ff4ee9a8 switched from nixvim to nvf, including porting colour scheme over 2025-01-06 18:26:53 +00:00
82268d652a switched to using monitor descriptions rather than monitor names so that
replugging doesnt mess up the config and use auto for placement
2025-01-06 12:59:30 +00:00
82c630bebb update flake 2025-01-04 16:20:04 +00:00
54351fdca8 re-enabled systemd for hyprland now that i actually know what it does.
removed lid switch bind for disabling main monitor as it needs more
polishing and cba
2025-01-04 13:02:39 +00:00
5a9a96fd4f added overlayed pkgs to biggerpi config 2025-01-03 22:17:52 +00:00
a7a31c0646 overlayed nixpkgs to allow for pkgs.stable pkgs.main and pkgs.nur
also passed to home-manager and gabbielaptop config
2025-01-03 22:15:57 +00:00
8ad1d43730 moved to using overlays on nixpkgs-unstable (named as default nixpkgs)
so that i can specify more easily which package i would like using
pkgs.stable.package and even pkgs.main.package if i want to be on the
actual bleeding edge
2024-12-29 12:17:52 +00:00
904e0e66d6 cleaned up configuration.nix 2024-12-27 09:32:46 +00:00
d75e7f0a98 added regreet greeter in place of SDDM which was removed in a previous
commit
2024-12-27 09:28:33 +00:00
c9ffdffab7 enable ly as display manager 2024-12-22 09:25:07 +00:00
48f99462d2 disable sddm, because it was annoying me tbh 2024-12-20 22:26:58 +00:00
72cb1d81f2 allowed trackpad to work at the same time as keyboard for trackpad
gaming, enabled systemd environment import from hyprland so that
hopefully waybars backlight module works correctly
2024-12-20 19:48:58 +00:00
b5da18c992 fixed hyprlock and updated stablepkgs to 24.11
for some reason im having issues with startup, where i have to switch
TTY and then wait ages for waybar to show up. on the first tty i dont
have keybinds to start programs, but on the second tty i dont have my
wallpaper set properly
2024-12-20 17:57:37 +00:00
c079f07485 move hyprland to a separate file, testing to resolve config conflict 2024-12-19 22:15:37 +00:00
07e5b92df4 update flake 2024-12-19 21:04:45 +00:00
884ca82fb4 enable PPD 2024-12-19 21:03:28 +00:00
96b4b62eb1 use services.fwupd.enable instead of installing as a package 2024-12-03 15:30:21 +00:00
8198dc5149 install fwupd for BIOS updates 2024-12-03 00:11:50 +00:00
d42479b0de changed backlight module back to a slider again, still won't work
unfortunately but I keep confusing it with my battery percentage. can
fix the issue with it not working by running it on hyprland start rather
than as a systemd unit, but swaync doesnt let you do that and I would
rather have it all be consistent
2024-12-02 23:41:25 +00:00
09fab5d63b update flake and remove orca slicer because of a failed build dependency 2024-11-08 02:21:46 +00:00
fbd3fd3216 replace htop with btop 2024-10-24 19:39:49 +01:00
dc8c363c91 revert backlight module to remove slider, since slider doesnt seem to
work
still adding nixvim lsp config
2024-10-24 12:03:00 +01:00
7501831520 setup stylix properly, now using mint cursor theme for nostalgia
purposes.
also installed nixd to use as an LSP for nvim, coming soon
2024-10-23 23:08:00 +01:00
0eea3fe016 attempted to sync nvim clipboard with system clipboard, gave up.
corrected eza config due to updated non-boolean value for eza.icons
2024-10-23 22:31:40 +01:00
f61028f258 add nixfmt-rfc-style to packages list 2024-10-23 21:59:44 +01:00
b42a379322 formatted everything with nixfmt 2024-10-23 21:59:06 +01:00
3675fbdcc1 added musnix to set env vars allowing vst plugins from lsp-plugins to be
discoverable by OBS and other apps, enabled musnix in laptop
configuration.nix
2024-10-20 19:04:36 +01:00
66c53739ce added lsp-plugins to home.nix 2024-10-20 18:56:31 +01:00