even more updates/fixes

This commit is contained in:
Mars 2024-07-31 01:03:58 -04:00
parent ad4158596a
commit 0ac8781c63
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
14 changed files with 21 additions and 20 deletions

View file

@ -10,6 +10,11 @@
nix-colors.homeManagerModules.default nix-colors.homeManagerModules.default
]; ];
snowfallorg.user = {
enable = true;
name = "marshall";
};
home = { home = {
packages = with pkgs; packages = with pkgs;
[ [

View file

@ -4,8 +4,6 @@
inputs, inputs,
... ...
}: { }: {
colorScheme = inputs.nix-colors.colorSchemes.catppuccin-mocha;
imports = with inputs; [ imports = with inputs; [
catppuccin.homeManagerModules.catppuccin catppuccin.homeManagerModules.catppuccin
chaotic.homeManagerModules.default chaotic.homeManagerModules.default
@ -17,6 +15,13 @@
./screenshot ./screenshot
]; ];
snowfallorg.user = {
enable = true;
name = "marshall";
};
colorScheme = inputs.nix-colors.colorSchemes.catppuccin-mocha;
home = { home = {
packages = with pkgs; packages = with pkgs;
[ [
@ -33,7 +38,6 @@
libnotify libnotify
lm_sensors lm_sensors
loupe loupe
mpv
neovide neovide
playerctl playerctl
prismlauncher prismlauncher
@ -139,9 +143,15 @@
extraConfig.credential.helper = "libsecret"; extraConfig.credential.helper = "libsecret";
signing.key = "0FF5B8826803F895"; signing.key = "0FF5B8826803F895";
}; };
mpv = {
enable = true;
scripts = [pkgs.mpvScripts.uosc];
catppuccin.enable = true;
};
}; };
systemd.user.startServices = "sd-switch"; systemd.user.startServices = "sd-switch";
nix.package = lib.mkForce pkgs.nixSuper; nix.package = lib.mkForce inputs.nix-super.packages.${pkgs.system}.default;
} }

View file

Before

Width:  |  Height:  |  Size: 578 B

After

Width:  |  Height:  |  Size: 578 B

View file

@ -109,16 +109,6 @@
}; };
}; };
snowfallorg.users.marshall = {
create = true;
home = {
enable = true;
config = import ./home.nix {inherit lib pkgs inputs;};
};
};
users.users.marshall = { users.users.marshall = {
name = "marshall"; name = "marshall";
home = "/Users/marshall"; home = "/Users/marshall";

View file

@ -455,14 +455,10 @@ with lib // pkgs // inputs; {
snowfallorg.users.marshall = { snowfallorg.users.marshall = {
create = true; create = true;
admin = true; admin = true;
home = {
enable = true;
config = import ./home.nix {inherit lib pkgs inputs;};
};
}; };
home-manager.useGlobalPkgs = true;
hardware = { hardware = {
bluetooth.enable = true; bluetooth.enable = true;
i2c.enable = true; i2c.enable = true;