Merge branch 'main' of https://github.com/bloxx12/nichts
This commit is contained in:
commit
c9ade8653f
4 changed files with 10 additions and 3 deletions
|
@ -96,7 +96,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
console.keyMap = "sg";
|
||||
console.keyMap = "sg";
|
||||
|
||||
# services.flatpak.enable = true;
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
};
|
||||
hyprland = {
|
||||
enable = true;
|
||||
monitor = ",preferred,auto,1";
|
||||
monitor = [",preferred,auto,2"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -97,6 +97,9 @@ in {
|
|||
|
||||
# Application
|
||||
"$mod SHIFT, c, exec, code --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu"
|
||||
"$mod, o, exec, obsidian --ozone-platform=wayland --enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --enable-features=WebRTCPipeWireCpaturer --disable-gpu"
|
||||
"$mod SHIFT, D, exec, webcord --ozone-platform=wayland --enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --enable-features=WebRTCPipeWireCpaturer --disable-gpu"
|
||||
"$mod SHIFT, L, exec, element-desktop --ozone-platform=wayland --enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --enable-features=WebRTCPipeWireCpaturer --disable-gpu"
|
||||
|
||||
# Monitor management
|
||||
"$mod SHIFT, k, movecurrentworkspacetomonitor, DP-2"
|
||||
|
|
|
@ -15,7 +15,7 @@ in {
|
|||
libreoffice-fresh
|
||||
ventoy-full
|
||||
lazygit
|
||||
obsidian
|
||||
obsidian
|
||||
neofetch
|
||||
zip
|
||||
vlc
|
||||
|
@ -55,6 +55,8 @@ in {
|
|||
wofi
|
||||
dolphin
|
||||
xdg-utils # xdg-mime script
|
||||
webcord
|
||||
element-desktop
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue