dont remember what I changed
This commit is contained in:
parent
101c769f73
commit
a0505df0d6
3 changed files with 51 additions and 48 deletions
|
|
@ -4,8 +4,8 @@
|
||||||
boot = {
|
boot = {
|
||||||
plymouth = {
|
plymouth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
themePackages = with pkgs; [ nixos-bgrt-plymouth ];
|
themePackages = with pkgs; [ adi1090x-plymouth-themes ];
|
||||||
theme = "nixos-bgrt";
|
theme = "colorful";
|
||||||
};
|
};
|
||||||
initrd.systemd.enable = true;
|
initrd.systemd.enable = true;
|
||||||
supportedFilesystems = [ "ntfs" ];
|
supportedFilesystems = [ "ntfs" ];
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,6 @@
|
||||||
wezterm
|
wezterm
|
||||||
# Package overrides
|
# Package overrides
|
||||||
(appimage-run.override { extraPkgs = pkgs: [ libthai ]; })
|
(appimage-run.override { extraPkgs = pkgs: [ libthai ]; })
|
||||||
# Packages from 3rd party
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
|
||||||
|
|
@ -131,7 +131,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/MangoHud/MangoHud.conf".text = ''
|
home.file = {
|
||||||
|
".config/MangoHud/MangoHud.conf".text = ''
|
||||||
time
|
time
|
||||||
fps
|
fps
|
||||||
gpu_stats
|
gpu_stats
|
||||||
|
|
@ -180,4 +181,7 @@
|
||||||
engine_color=ffffff
|
engine_color=ffffff
|
||||||
frametime_color=ffffff
|
frametime_color=ffffff
|
||||||
'';
|
'';
|
||||||
|
".mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json".source =
|
||||||
|
"${pkgs.plasma-browser-integration}/lib/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue