mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Upgrade to nixos 25.05
This commit is contained in:
parent
fce4ee95d7
commit
67b18d9c1d
16 changed files with 45 additions and 82 deletions
|
|
@ -1,15 +1,10 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}@moduleArgs:
|
||||
{
|
||||
# Use unstable hyprland module for nullable package
|
||||
disabledModules = [ "services/window-managers/hyprland.nix" ];
|
||||
imports = [ "${inputs.home-manager-unstable}/modules/services/window-managers/hyprland.nix" ];
|
||||
|
||||
options.myConfig.de.hyprland.enable = lib.mkEnableOption "" // {
|
||||
default = moduleArgs.osConfig.myConfig.de.hyprland.enable or false;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@
|
|||
|
||||
"special:music, gapsout:30, on-created-empty:spotify"
|
||||
"special:chat, gapsout:30, on-created-empty:discord"
|
||||
"special:flake, gapsout:30, on-created-empty:kitty --directory ${config.home.sessionVariables.FLAKE}"
|
||||
"special:flake, gapsout:30, on-created-empty:kitty --directory ${config.home.sessionVariables.NH_FLAKE}"
|
||||
"special:monitor, gapsout:30, on-created-empty:kitty btm"
|
||||
"special:files, gapsout:30, on-created-empty:nemo"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue