Commit graph

979 commits

Author SHA1 Message Date
76ee718615
flake: add morewaita as input 2025-02-13 16:42:58 +01:00
6c27c49918
hyprland/binds: run anyrun with uwsm 2025-02-13 16:42:58 +01:00
aa36a6eda9
services/gtk: add gtk3/4 settings in dconf
dconf is seemingly the preferred way to setup GTK theming and settings
(including icon themes etc.).
2025-02-13 16:42:58 +01:00
b15f8de08f
services/gtk: add back dconf settings
`xdg-desktop-portal-gtk` did not seem to open my apps with the correct
themes when using `xdg-open`, which I assume to be because it's trying
to read from `dconf` in order to set the themes correctly.
2025-02-13 16:42:58 +01:00
a6e1683060
shell/starship: add git short status 2025-02-13 16:42:58 +01:00
b6d62c71fe
services/gtk: remove dconf 2025-02-13 16:42:58 +01:00
a1ebf9d7fa
options/style: add assertion for icon theme 2025-02-13 16:42:58 +01:00
ceac787218
options/style: switch to kora as default icon theme 2025-02-13 16:42:58 +01:00
6f4e01d8fa
services/gtk: use singleton to remove unnecessary list 2025-02-13 16:42:58 +01:00
22a9c7e80b
readme: update README 2025-02-13 16:42:58 +01:00
c0dda38da1
treewide: export shared/modules/hjem
This method takes inspiration from how
[hjem-rum](https://github.com/snugnug/hjem-rum) does it
2025-02-13 16:42:58 +01:00
1a299516a3
shared/modules/hjem: update environment module to use ~/.profile instead
I decided to go with the simpler solution of using `~/.profile`, as that
is the only option that will ensure that the environment will be set
correctly. If you launch a more barebones compositor such as Hyprland
from your tty, since it won't be launched by systemd it will not inherit
the environment.
2025-02-13 16:42:58 +01:00
f6fedf748f
treewide: add environment module from hjem PR
This commit adds the module I made for hjem (https://github.com/feel-co/hjem/pull/16). Needs to be removed after it gets merged.
2025-02-13 16:42:58 +01:00
3540b0af76
programs: add comma with nix-index-database 2025-02-13 16:42:58 +01:00
c208306c96
flake: nix-index-db -> nix-index-database 2025-02-13 16:42:58 +01:00
46c78fe6e1
core/nix: remove unused attribute 2025-02-13 16:42:58 +01:00
50ed7b7b4d
services/gnome: add seahorse 2025-02-13 16:42:58 +01:00
8bd8c3f995
flake: remove non existing override 2025-02-13 16:42:58 +01:00
7a109c779e
flake: update inputs 2025-02-13 16:42:58 +01:00
Eman Resu
4e6b2a1162
flake: remove duplicate inputs 2025-02-13 16:42:58 +01:00
499973debf
flake: update inputs 2025-02-13 16:42:58 +01:00
b67d532e24
editors/neovim: add nixd 2025-02-13 16:42:58 +01:00
dfc86765ff
flake: update nvf 2025-02-13 16:42:58 +01:00
4dcf7a0890
modules: move nh from core/nix to programs
This is a user program, it cannot be in core.
2025-02-13 16:42:58 +01:00
7dcc38f6a2
core/users: conditionally enable user options
We don't want to create extra groups on the server user, and we don't
wanna setup hjem for it either.
2025-02-13 16:42:58 +01:00
ed3dde6c28
options: provide defaults for user and fullName
This fixes users not being present, even on the server. We have to
create a placeholder user, even if we're only going to ssh as root.
2025-02-13 16:42:58 +01:00
5e568693f6
services/searx: fix secrets relative path 2025-02-13 16:42:58 +01:00
dccea7f8c6
hosts: import hjem everywhere
This fixes evaluation issues when hjem is not a known option.
2025-02-13 16:42:58 +01:00
d9bcae7d25
programs/discord: move to directory to use canary and apply krisp-patcher 2025-02-13 16:42:58 +01:00
a0f3b2b2d8
flake: update inputs 2025-02-13 16:42:58 +01:00
cdf775bb8a
services/greetd: enable gnome-keyring on greetd unlock 2025-02-13 16:42:58 +01:00
befd97efe5
core/nix: point NIX_PATH to flake nixpkgs 2025-02-13 16:42:58 +01:00
fddfda5787
services: fix gnome keyring not unlocking on login 2025-02-13 16:42:58 +01:00
2b85d48a32
programs/anyrun: remove unnecessary css 2025-02-13 16:42:58 +01:00
7e2602becd
services/gtk: set theme and variant using dconf, change accent to purple 2025-02-13 16:42:58 +01:00
aaa060915a
programs/anyrun: update border color 2025-02-13 16:42:58 +01:00
95d6d0cc32
services/gtk: add theme package and session variables 2025-02-13 16:42:58 +01:00
ef4a5c8ae6
services/gtk: use base16 colors for gtk 2025-02-13 16:42:58 +01:00
f71dd9c197
options/style: switch to adw-gtk3 gtk theme 2025-02-13 16:42:58 +01:00
8078f7b853
programs/terminal/programs/git: update default branch to main 2025-02-13 16:42:58 +01:00
00d1d7cad5
programs/terminal/shell: update bat to work with man and --help 2025-02-13 16:42:58 +01:00
fabbd78476
treewide: environment.variables -> environment.sessionVariables 2025-02-13 16:42:58 +01:00
5216978270
flake: update nixpkgs to use a proper input 2025-02-13 16:42:58 +01:00
5f90b9194f
services/greetd: fix environment variables 2025-02-13 16:42:58 +01:00
9426ccfc1d
programs/terminal/shell/zsh: update unknown token to be red 2025-02-13 16:42:58 +01:00
4f3e57eeef
flake: update inputs, remove unused, avoid duplicates 2025-02-13 16:42:58 +01:00
45f8e26757
treewide: use hjem fork, remove shared module 2025-02-13 16:42:58 +01:00
9e65cad8fc
flake: remove unused inputs, switch to hjem's PR fork 2025-02-13 16:42:58 +01:00
8c64859dab
modules: use hjem environment module 2025-02-13 16:42:58 +01:00
107729a57a
shared/modules/hjem: init environment module 2025-02-13 16:42:58 +01:00