add yakuake autostart
This commit is contained in:
parent
b32cce9ca8
commit
b8308638f7
2 changed files with 2 additions and 8 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
{ osConfig, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home = {
|
home = {
|
||||||
username = "cdombroski";
|
username = "cdombroski";
|
||||||
|
@ -9,4 +10,5 @@
|
||||||
userName = "Chris Dombroski";
|
userName = "Chris Dombroski";
|
||||||
userEmail = "cdombroski@gmail.com";
|
userEmail = "cdombroski@gmail.com";
|
||||||
};
|
};
|
||||||
|
xdg.configFile."autostart/yakuake.desktop".source = "${pkgs.yakuake}/share/applications/org.kde.yakuake.desktop";
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,14 +22,6 @@ in
|
||||||
inputs.nixos-hardware.nixosModules.common-pc
|
inputs.nixos-hardware.nixosModules.common-pc
|
||||||
inputs.nixos-hardware.nixosModules.common-pc-ssd
|
inputs.nixos-hardware.nixosModules.common-pc-ssd
|
||||||
inputs.nixos-hardware.nixosModules.gigabyte-b550
|
inputs.nixos-hardware.nixosModules.gigabyte-b550
|
||||||
# inputs.home-manager.nixosModules.home-manager
|
|
||||||
# {
|
|
||||||
# home-manager.extraSpecialArgs = {
|
|
||||||
# inherit pkgs-unstable;
|
|
||||||
# };
|
|
||||||
# home-manager.useGlobalPkgs = true;
|
|
||||||
# home-manager.users.cdombroski = import ../configs/home.nix;
|
|
||||||
# }
|
|
||||||
ezModules.aarch64-emu
|
ezModules.aarch64-emu
|
||||||
ezModules.smartd
|
ezModules.smartd
|
||||||
ezModules.plymouth
|
ezModules.plymouth
|
||||||
|
|
Loading…
Reference in a new issue