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
];
snowfallorg.user = {
enable = true;
name = "marshall";
};
home = {
packages = with pkgs;
[

View file

@ -4,8 +4,6 @@
inputs,
...
}: {
colorScheme = inputs.nix-colors.colorSchemes.catppuccin-mocha;
imports = with inputs; [
catppuccin.homeManagerModules.catppuccin
chaotic.homeManagerModules.default
@ -17,6 +15,13 @@
./screenshot
];
snowfallorg.user = {
enable = true;
name = "marshall";
};
colorScheme = inputs.nix-colors.colorSchemes.catppuccin-mocha;
home = {
packages = with pkgs;
[
@ -33,7 +38,6 @@
libnotify
lm_sensors
loupe
mpv
neovide
playerctl
prismlauncher
@ -139,9 +143,15 @@
extraConfig.credential.helper = "libsecret";
signing.key = "0FF5B8826803F895";
};
mpv = {
enable = true;
scripts = [pkgs.mpvScripts.uosc];
catppuccin.enable = true;
};
};
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 = {
name = "marshall";
home = "/Users/marshall";

View file

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