This commit is contained in:
Bryan Ramos 2026-04-01 19:00:10 -04:00
parent 8f0b8c3271
commit ba41825a08
3 changed files with 5 additions and 5 deletions

6
flake.lock generated
View file

@ -118,11 +118,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1773389992, "lastModified": 1774709303,
"narHash": "sha256-wvfdLLWJ2I9oEpDd9PfMA8osfIZicoQ5MT1jIwNs9Tk=", "narHash": "sha256-D3Q07BbIA2KnTcSXIqqu9P586uWxN74zNoCH3h2ESHg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c06b4ae3d6599a672a6210b7021d699c351eebda", "rev": "8110df5ad7abf5d4c0f6fb0f8f978390e77f9685",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -75,7 +75,7 @@ in
]; ];
windowrulev2 = [ windowrulev2 = [
"float, title:(Android Emulator)" "float, title:^(Android Emulator)"
"float, title: Extension: (PassFF)" "float, title: Extension: (PassFF)"
"float, size 400 600, stayfocused, class:sys-specs" "float, size 400 600, stayfocused, class:sys-specs"
]; ];

View file

@ -8,7 +8,7 @@ in
{ options.modules.user.utils.dev = { enable = mkEnableOption "user.utils.dev"; }; { options.modules.user.utils.dev = { enable = mkEnableOption "user.utils.dev"; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
claude-code unstable.claude-code
nix-init nix-init
nix-prefetch-git nix-prefetch-git