Config changes
This commit is contained in:
parent
34ed17486c
commit
824394687f
@ -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";
|
||||
};
|
||||
|
||||
|
24
modules/home/gui/hyprland/kanshi.nix
Normal file
24
modules/home/gui/hyprland/kanshi.nix
Normal 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";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
@ -7,6 +7,7 @@
|
||||
fastfetch
|
||||
btop
|
||||
git
|
||||
yazi
|
||||
];
|
||||
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
|
Loading…
Reference in New Issue
Block a user