diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-04 22:23:52 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-04 22:23:52 +0530 | 
| commit | d4967ba5f47553bcfcc60fd5af2c4187d8cc448e (patch) | |
| tree | 025abac9758eef3670317d1aacf9d42a9a42eefa | |
| parent | a1fa69be9a2d61169dd9a5c35ee2bd522f11cd6a (diff) | |
update
| -rw-r--r-- | flake.lock | 12 | ||||
| -rw-r--r-- | machines/x/home.nix | 4 | 
2 files changed, 10 insertions, 6 deletions
| @@ -7,11 +7,11 @@          ]        },        "locked": { -        "lastModified": 1706746258, -        "narHash": "sha256-9iNK1cP/dxCFh1NYVLJHijoJxlT3bXxTQToMDNZtjzU=", +        "lastModified": 1706955260, +        "narHash": "sha256-W3y0j77IDVbmbajudHoUr46RpswujUCl+D5Vru53UsI=",          "owner": "nix-community",          "repo": "home-manager", -        "rev": "2db6a2a42930ffff0ffd690dec3f2c0b6f4fe66d", +        "rev": "880d9bc2110f7cae59698f715b8ca42cdc53670c",          "type": "github"        },        "original": { @@ -22,11 +22,11 @@      },      "nixpkgs": {        "locked": { -        "lastModified": 1706550542, -        "narHash": "sha256-UcsnCG6wx++23yeER4Hg18CXWbgNpqNXcHIo5/1Y+hc=", +        "lastModified": 1706732774, +        "narHash": "sha256-hqJlyJk4MRpcItGYMF+3uHe8HvxNETWvlGtLuVpqLU0=",          "owner": "nixos",          "repo": "nixpkgs", -        "rev": "97b17f32362e475016f942bbdfda4a4a72a8a652", +        "rev": "b8b232ae7b8b144397fdb12d20f592e5e7c1a64d",          "type": "github"        },        "original": { diff --git a/machines/x/home.nix b/machines/x/home.nix index e5c4460..4ef6f48 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -24,6 +24,7 @@      spotify      firefox +    google-chrome      obs-studio @@ -32,6 +33,9 @@      brillo      wbg + +    ccls +    nodePackages.pyright    ];    imports = (map (path: ../../config/${path}) [ | 
