Compare commits

..

1 Commits

Author SHA1 Message Date
4afb47e881 update browser extensions 2025-06-01 14:28:28 -04:00
4 changed files with 4 additions and 12 deletions

View File

@ -12,7 +12,6 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
ghostty.url = "github:ghostty-org/ghostty"; ghostty.url = "github:ghostty-org/ghostty";
ucodenix.url = "github:e-tho/ucodenix";
}; };
outputs = inputs @ { outputs = inputs @ {
@ -22,7 +21,6 @@
darwin, darwin,
home-manager, home-manager,
ghostty, ghostty,
ucodenix,
... ...
}: let }: let
userName = "wyatt"; userName = "wyatt";
@ -65,7 +63,6 @@
}; };
modules = [ modules = [
nix-flatpak.nixosModules.nix-flatpak nix-flatpak.nixosModules.nix-flatpak
ucodenix.nixosModules.default
./modules/common ./modules/common
./modules/machine/cloud ./modules/machine/cloud

View File

@ -39,13 +39,15 @@
# ublock origin # ublock origin
id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"; id = "cjpalhdlnbpafiamejdnhcphjbkeiagm";
sha256 = "sha256:0pdh1v0vx1d5vnl1zh7nbk6j1fh4k4hhwp1ljs203icn306lahsn"; sha256 = "sha256:0pdh1v0vx1d5vnl1zh7nbk6j1fh4k4hhwp1ljs203icn306lahsn";
version = "1.63.2"; # sha256 = lib.fakeSha256;
version = "1.64.0";
}) })
(createChromiumExtension { (createChromiumExtension {
# bitwarden # bitwarden
id = "nngceckbapebfimnlniiiahkandclblb"; id = "nngceckbapebfimnlniiiahkandclblb";
sha256 = "sha256:0jxk3cqmgd5qj8hnw7s0k5s4bfrcmr0w0rckp3x0bmng07azw4gi"; sha256 = "sha256:0jxk3cqmgd5qj8hnw7s0k5s4bfrcmr0w0rckp3x0bmng07azw4gi";
version = "2025.3.1"; # sha256 = lib.fakeSha256;
version = "2025.5.0";
}) })
]; ];
}; };

View File

@ -24,7 +24,6 @@ in {
../../graphics ../../graphics
../../pwrMgmt ../../pwrMgmt
../../networking/core.nix ../../networking/core.nix
../../security/sudo.nix
../../sound/pipewire.nix ../../sound/pipewire.nix
../../sound/shairport.nix ../../sound/shairport.nix
../../virtualization/podman.nix ../../virtualization/podman.nix
@ -177,10 +176,5 @@ in {
}; };
}; };
# security.sudo.needsPassword = false;
# Enable microcode updates
services.ucodenix.enable = true;
system.stateVersion = "24.11"; system.stateVersion = "24.11";
} }

View File

@ -1,4 +1,3 @@
# FIXME: this file is broken but i don't know what is wrong with it
{ {
config, config,
lib, lib,