triple boot
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{
|
||||
|
||||
imports = [
|
||||
../../modules/force.nix
|
||||
../../modules/forceMainPC.nix
|
||||
../../modules/nixos/main-user.nix
|
||||
../../modules/home-manager/main.nix
|
||||
./packages.nix
|
||||
@@ -167,7 +167,7 @@
|
||||
|
||||
# home-manager.services.mpris-proxy.enable = true;
|
||||
|
||||
home-manager.backupFileExtension = "home-manager-backup";
|
||||
home-manager.backupFileExtension = "hmbackup";
|
||||
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
@@ -184,16 +184,24 @@
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
cursorTheme.name = lib.mkDefault "RalseiCursors";
|
||||
cursorTheme.package = lib.mkDefault (pkgs.callPackage ./packages/ralsei-cursors/default.nix {});
|
||||
iconTheme.name = lib.mkDefault "Arashi";
|
||||
iconTheme.package = lib.mkDefault (pkgs.callPackage ./packages/arashi-icons.nix {});
|
||||
|
||||
cursorTheme = {
|
||||
name = "RalseiCursors";
|
||||
package = pkgs.callPackage ./packages/ralsei-cursors/default.nix {};
|
||||
};
|
||||
|
||||
iconTheme = {
|
||||
name = "Arashi";
|
||||
package = pkgs.callPackage ./packages/arashi-icons.nix {};
|
||||
};
|
||||
};
|
||||
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
accent = "blue";
|
||||
# we're already using arashi
|
||||
gtk.icon.enable = false;
|
||||
};
|
||||
|
||||
programs.zen-browser = {
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
kdePackages.kdialog
|
||||
|
||||
(writeShellScriptBin "roblox-studio-patcher" ''${pkgs.bun}/bin/bun run /home/ocbwoy3/config/scripts/bin/patchInternalRobloxStudio.ts'')
|
||||
firefox-devedition
|
||||
# firefox-devedition
|
||||
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user