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 = {
|
||||
username = "cdombroski";
|
||||
|
@ -9,4 +10,5 @@
|
|||
userName = "Chris Dombroski";
|
||||
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-ssd
|
||||
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.smartd
|
||||
ezModules.plymouth
|
||||
|
|
Loading…
Reference in a new issue