summaryrefslogtreecommitdiff
path: root/modules/home-manager
Commit message (Collapse)AuthorAge
* setting up a pi and changing power settingsDevin Finlinson2025-03-25
|
* swaylock grace is brokieDevin Finlinson2025-03-18
|
* messing with hypridleDevin Finlinson2025-01-29
|
* setting up vm hostDevin Finlinson2024-11-07
|
* typoDevin Finlinson2024-09-22
|
* update and silly errors fixedDevin Finlinson2024-09-14
|
* source changed dirsDevin Finlinson2024-08-19
|
* typoDevin Finlinson2024-08-06
|
* add hypridleDevin Finlinson2024-07-22
|
* for qutebrowser password scriptDevin Finlinson2024-07-18
|
* new aliasDevin Finlinson2024-07-15
|
* transparent themeDevin Finlinson2024-06-02
|
* man colors should work with this bat themeDevin Finlinson2024-04-06
|
* bat theme breaks manpager colorsDevin Finlinson2024-03-28
|
* typoDevin Finlinson2024-03-09
|
* source changeDevin Finlinson2024-03-09
|
* alias vi to hx for sshDevin Finlinson2024-02-05
|
* i finally fixed the inputs issue: when passing inputs as inputs instead of ↵Devin Finlinson2024-01-19
| | | | input-name, you must call inputs.input-name
* home-manager can't acces time variable set in nixos configDevin Finlinson2024-01-18
|
* waybar timezone can now update with systemDevin Finlinson2024-01-18
|
* nix run alias doesn't because of missing spaceDevin Finlinson2024-01-13
|
* fixing swaylock configDevin Finlinson2024-01-13
|
* swayidle effects need to be configured like timers to workDevin Finlinson2024-01-13
|
* nix search and nix run aliasesDevin Finlinson2024-01-13
|
* hyprctl is owned by hyprland packageDevin Finlinson2024-01-13
|
* added config for swayidleDevin Finlinson2024-01-13
|
* another typoDevin Finlinson2024-01-13
|
* typoDevin Finlinson2024-01-13
|
* add file for swaylock configDevin Finlinson2024-01-13
|
* added idle inhibitor and cleared up formattingDevin Finlinson2024-01-12
|
* add cpu monitor to waybarDevin Finlinson2024-01-12
|
* wireplumber waybard module has few options, and default pulseaudio options workDevin Finlinson2024-01-12
|
* swiped a few more settings from default configDevin Finlinson2024-01-12
|
* forget to re-enable clockDevin Finlinson2024-01-12
|
* waybar config should be fixed, all settings needed to be in mainDevin Finlinson2024-01-12
|
* not sure how to get system variable into home manager moduleDevin Finlinson2024-01-12
|
* configuring waybar for first timeDevin Finlinson2024-01-12
|
* bugfix themeDevin Finlinson2024-01-12
|
* typoDevin Finlinson2024-01-12
|
* use catppuccin theme for nushellDevin Finlinson2024-01-12
|
* messing with generating custom themes for helixDevin Finlinson2024-01-12
|
* alias tailscaleDevin Finlinson2023-12-11
|
* moved env variable to env fileDevin Finlinson2023-12-11
|
* alias bugDevin Finlinson2023-12-07
|
* missing semicolonDevin Finlinson2023-12-07
|
* added aliases from zenbookDevin Finlinson2023-12-07
|
* option necessary to fix broken less formattingDevin Finlinson2023-12-04
|
* added config.nu to sourceDevin Finlinson2023-12-03
|
* added bat config, changed broken theme sourcing from ryan4yin sourceDevin Finlinson2023-12-03
| | | | | | | | | | | | config to functional one for future reference, the issue raised this error: error: A definition for option `home-manager.users.defin.programs.bat.themes.catppuccin-mocha' is not of type `strings concatenated with "\n"'. the issue was that nix seemingly cannot turn an array {} into a string, and the config option required a string. Comparing against other imported themes, I found the readFile command, which has documentation specifying that it returns file contents as string, so I simply used that solution.
* removing asterisk should solve Error: nu::parser::extra_positionalDevin Finlinson2023-11-28
| | | | I don't know why that was ever there in the first place