mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: fuck hyprland until they fix their shit
This commit is contained in:
parent
2c2c38225a
commit
a4afc18937
13 changed files with 337 additions and 98 deletions
|
@ -16,10 +16,10 @@
|
|||
"alt-s" = "editor::MoveLineDown";
|
||||
};
|
||||
}
|
||||
{
|
||||
bindings = {
|
||||
context = "Workspace";
|
||||
"ctrl-s" = "workspace::SaveAll";
|
||||
};
|
||||
}
|
||||
# {
|
||||
# bindings = {
|
||||
# context = "Workspace";
|
||||
# "ctrl-s" = "workspace::SaveAll";
|
||||
# };
|
||||
# }
|
||||
]
|
||||
|
|
|
@ -8,4 +8,28 @@
|
|||
feishin
|
||||
;
|
||||
};
|
||||
xdg.configFile."feishin.config.json".text = ''
|
||||
{
|
||||
"window_has_frame": true,
|
||||
"bounds": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"width": 2560,
|
||||
"height": 1080
|
||||
},
|
||||
"maximized": true,
|
||||
"fullscreen": false,
|
||||
"theme": "system",
|
||||
"resume": true,
|
||||
"lyrics": [
|
||||
"Genius",
|
||||
"lrclib.net",
|
||||
"NetEase"
|
||||
],
|
||||
"window_window_bar_style": "linux",
|
||||
"window_minimize_to_tray": false,
|
||||
"window_enable_tray": false,
|
||||
"window_start_minimized": false,
|
||||
"window_exit_to_tray": false
|
||||
}'';
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
# pkgs,
|
||||
pkgs,
|
||||
flake,
|
||||
config,
|
||||
...
|
||||
|
@ -29,7 +29,7 @@ in
|
|||
{
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
# package = flake.inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
package = flake.inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
xwayland.enable = true;
|
||||
systemd.enable = false;
|
||||
settings = configImports;
|
||||
|
|
7
home/modules/gui/desktop/udiskie/default.nix
Executable file
7
home/modules/gui/desktop/udiskie/default.nix
Executable file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
services.udiskie = {
|
||||
enable = true;
|
||||
automount = true;
|
||||
tray = "always";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue