home-manager/programs/hyprland: remove autostart

This commit is contained in:
Anthony Rodriguez 2025-01-01 13:51:12 +01:00
parent cd4cc631a4
commit 8136d53ad7
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
4 changed files with 2 additions and 33 deletions

View file

@ -1,13 +0,0 @@
{
inputs,
pkgs,
...
}: {
imports = [
inputs.xdg-autostart.homeManagerModules.xdg-autostart
];
xdg.autoStart.packages = with pkgs; [
vesktop
];
}

View file

@ -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

View file

@ -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": [

View file

@ -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 = [