fuck it up

This commit is contained in:
2026-02-12 20:26:12 +00:00
parent 6cc089cea8
commit 9cddb2532b
10 changed files with 497 additions and 39 deletions

View File

@@ -11,7 +11,8 @@
age
direnv
elixir
elixir-ls
# elixir-ls
inputs.expert
entr
erlang
gnumake
@@ -81,6 +82,9 @@ in {
../configs/system
]
++ lib.optionals (!headless) [
inputs.dms.homeModules.dank-material-shell
inputs.dms.homeModules.niri
# inputs.niri.homeModules.niri
inputs.zen-browser.homeModules.beta
../configs/desktop
]
@@ -145,11 +149,31 @@ in {
services.udiskie = {
enable = true;
};
programs = {
# Let Home Manager install and manage itself.
home-manager.enable = true;
dank-material-shell = {
enable = true;
niri = {
enableSpawn = true;
};
};
niri.settings = {
input = {
focus-follows-mouse.enable = true;
mouse = {
accel-profile = "flat";
accel-speed = 0.2;
};
};
layout = {
default-column-width.proportion = 0.5;
};
};
emacs = {
enable = true;
};