mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
senpai
This commit is contained in:
parent
289245c7ec
commit
67982bba9e
1 changed files with 4 additions and 1 deletions
|
|
@ -111,6 +111,7 @@ in
|
|||
unstablePkgs.tauon
|
||||
discord
|
||||
poweralertd
|
||||
senpai
|
||||
];
|
||||
|
||||
programs.ghostty = {
|
||||
|
|
@ -215,7 +216,9 @@ in
|
|||
};
|
||||
programs.firefox.enable = true;
|
||||
|
||||
stylix.targets.firefox.profileNames = lib.mkIf (osConfig.networking.hostName == "death-pc") [ "6mb9fjvv.default" ];
|
||||
stylix.targets.firefox.profileNames = lib.mkIf (osConfig.networking.hostName == "death-pc") [
|
||||
"6mb9fjvv.default"
|
||||
];
|
||||
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue