updates to make kaladin a substitute server
This helps me to use it's much faster processer to build packages like firefox and then install them in syl.
This commit is contained in:
parent
482c123e21
commit
ac0230236a
5 changed files with 40 additions and 24 deletions
|
@ -6,33 +6,33 @@
|
|||
home.stateVersion = "23.05";
|
||||
programs.home-manager.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
# eww-wayland
|
||||
eww-wayland
|
||||
swww
|
||||
starship
|
||||
# The guix version of dolphin isn't built for wayland and can't find the icon theme
|
||||
dolphin
|
||||
ark
|
||||
pmbootstrap
|
||||
element-desktop
|
||||
element-desktop-wayland
|
||||
];
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-wayland.override {
|
||||
cfg = {
|
||||
enableTridactylNative = true;
|
||||
enablePlasmaBrowserIntegration = true;
|
||||
};
|
||||
};
|
||||
profiles.chris = {
|
||||
name = "default";
|
||||
path = "chris.default";
|
||||
isDefault = true;
|
||||
};
|
||||
};
|
||||
# programs.firefox = {
|
||||
# enable = true;
|
||||
# package = pkgs.firefox-wayland.override {
|
||||
# cfg = {
|
||||
# enableTridactylNative = true;
|
||||
# enablePlasmaBrowserIntegration = true;
|
||||
# };
|
||||
# };
|
||||
# profiles.chris = {
|
||||
# name = "default";
|
||||
# path = "chris.default";
|
||||
# isDefault = true;
|
||||
# };
|
||||
# };
|
||||
|
||||
|
||||
home.file.".mozilla/native-messaging-hosts".source = "/home/chris/.nix-profile/lib/mozilla/native-messaging-hosts";
|
||||
# home.file.".mozilla/native-messaging-hosts".source = "/home/chris/.nix-profile/lib/mozilla/native-messaging-hosts";
|
||||
|
||||
accounts.email = {
|
||||
maildirBasePath = "mail";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue