mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
update
This commit is contained in:
parent
8f0b8c3271
commit
ba41825a08
3 changed files with 5 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue