home-manager/programs/hyprland: remove autostart
This commit is contained in:
parent
cd4cc631a4
commit
8136d53ad7
4 changed files with 2 additions and 33 deletions
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
inputs,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
imports = [
|
|
||||||
inputs.xdg-autostart.homeManagerModules.xdg-autostart
|
|
||||||
];
|
|
||||||
|
|
||||||
xdg.autoStart.packages = with pkgs; [
|
|
||||||
vesktop
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -3,7 +3,7 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [./autostart.nix ./binds.nix];
|
imports = [./binds.nix];
|
||||||
home.packages = [
|
home.packages = [
|
||||||
inputs.hyprwm-contrib.packages.${pkgs.system}.grimblast
|
inputs.hyprwm-contrib.packages.${pkgs.system}.grimblast
|
||||||
# disable unused panels - https://github.com/maydayv7/dotfiles/blob/4de45008a6915753834aa7e1cbafbacfff8b7adc/modules/gui/desktop/hyprland/apps/utilities.nix#L42-L57
|
# disable unused panels - https://github.com/maydayv7/dotfiles/blob/4de45008a6915753834aa7e1cbafbacfff8b7adc/modules/gui/desktop/hyprland/apps/utilities.nix#L42-L57
|
||||||
|
|
18
flake.lock
18
flake.lock
|
@ -3513,8 +3513,7 @@
|
||||||
"nvf": "nvf",
|
"nvf": "nvf",
|
||||||
"plasma-manager": "plasma-manager",
|
"plasma-manager": "plasma-manager",
|
||||||
"portfolio": "portfolio",
|
"portfolio": "portfolio",
|
||||||
"treefmt-nix": "treefmt-nix",
|
"treefmt-nix": "treefmt-nix"
|
||||||
"xdg-autostart": "xdg-autostart"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rust-overlay": {
|
"rust-overlay": {
|
||||||
|
@ -3736,21 +3735,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"xdg-autostart": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1735223330,
|
|
||||||
"narHash": "sha256-IeJ60TI+75keBwxQ5kN/W6KfFYsVXTWEYUSpqUZMTXE=",
|
|
||||||
"owner": "nezia1",
|
|
||||||
"repo": "home-manager-xdg-autostart",
|
|
||||||
"rev": "8f9c965af14ef728137b961a916a68773b0d843d",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "nezia1",
|
|
||||||
"repo": "home-manager-xdg-autostart",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"xdph": {
|
"xdph": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"hyprland-protocols": [
|
"hyprland-protocols": [
|
||||||
|
|
|
@ -104,8 +104,6 @@
|
||||||
inputs.home-manager.follows = "home-manager";
|
inputs.home-manager.follows = "home-manager";
|
||||||
};
|
};
|
||||||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||||
# TODO: switch to Zocker1999NET if PR gets merged
|
|
||||||
xdg-autostart.url = "github:nezia1/home-manager-xdg-autostart";
|
|
||||||
};
|
};
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
extra-substituters = [
|
extra-substituters = [
|
||||||
|
|
Loading…
Reference in a new issue