Config changes

This commit is contained in:
xeovalyte 2024-10-09 12:55:42 +02:00
parent 34ed17486c
commit 824394687f
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:kSQDrQDmKzljJzfGYcd3m9RqHi4h8rSwkZ3sQ9kBURo
3 changed files with 35 additions and 5 deletions

View File

@ -44,11 +44,8 @@
unstable.blender
loupe
unstable.bottles
# Systemverilog
unstable.gtkwave
unstable.verilator
gnumake
unstable.surrealist
unstable.rnote
# Office
libreoffice
@ -67,6 +64,14 @@
# Enable home-manager
programs.home-manager.enable = true;
# Enable default applications
xdg.mimeApps = {
enable = true;
defaultApplications = {
"application/pdf" = "firefox.desktop";
};
};
home.stateVersion = "24.05";
};

View File

@ -0,0 +1,24 @@
{ pkgs, ... }:
{
services.kanshi = {
enable = true;
systemdTarget = "hyprland-session.target";
profiles = {
undocked = {
outputs = [
{
criteria = "eDP-1";
}
];
};
docked = {
outputs = [
{
criteria = "eDP-9";
}
];
};
};
};
}

View File

@ -7,6 +7,7 @@
fastfetch
btop
git
yazi
];
environment.pathsToLink = [ "/share/zsh" ];