diff --git a/flake.lock b/flake.lock index 964299f..2d935c9 100644 --- a/flake.lock +++ b/flake.lock @@ -191,11 +191,11 @@ ] }, "locked": { - "lastModified": 1726611255, - "narHash": "sha256-/bxaYvIK6/d3zqpW26QFS0rqfd0cO4qreSNWvYLTl/w=", + "lastModified": 1725180166, + "narHash": "sha256-fzssXuGR/mCeGbzM1ExaTqDz7QDGta3WA4jJsZyRruo=", "owner": "nix-community", "repo": "home-manager", - "rev": "d2493de5cd1da06b6a4c3e97f4e7d5dd791df457", + "rev": "471e3eb0a114265bcd62d11d58ba8d3421ee68eb", "type": "github" }, "original": { @@ -227,11 +227,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1726650330, - "narHash": "sha256-UbHzmaOQ18O/kCizipU70N0UQVFIfv8AiFKXw07oZ9Y=", + "lastModified": 1725477728, + "narHash": "sha256-ahej1VRqKmWbG7gewty+GlrSBEeGY/J2Zy8Nt8+3fdg=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "abb448608a56a60075468e90d8acec2a7cb689b1", + "rev": "880be1ab837e1e9fe0449dae41ac4d034694d4ce", "type": "github" }, "original": { @@ -243,11 +243,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1726463316, - "narHash": "sha256-gI9kkaH0ZjakJOKrdjaI/VbaMEo9qBbSUl93DnU7f4c=", + "lastModified": 1725432240, + "narHash": "sha256-+yj+xgsfZaErbfYM3T+QvEE2hU7UuE+Jf0fJCJ8uPS0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "99dc8785f6a0adac95f5e2ab05cc2e1bf666d172", + "rev": "ad416d066ca1222956472ab7d0555a6946746a80", "type": "github" }, "original": { @@ -298,11 +298,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1726497442, - "narHash": "sha256-fieyqmLEJQqqnuJcg2CAnQ8kHapXHhg9rL48NNWjnPw=", + "lastModified": 1725290973, + "narHash": "sha256-+jwXF9KI0HfvDgpsoJGvOdfOGGSKOrID1wQB79zjUbo=", "owner": "danth", "repo": "stylix", - "rev": "149b313ddf91c3cc94309170498b162cec666675", + "rev": "ef81ad9e85e60420cc83d4642619c14b57139d33", "type": "github" }, "original": { diff --git a/hosts/home/gnome.nix b/hosts/home/gnome.nix deleted file mode 100644 index 4346387..0000000 --- a/hosts/home/gnome.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ config, pkgs, inputs, ... }: - -{ - # ... - dconf.settings = { - # ... - "org/gnome/shell" = { - disable-user-extensions = false; - - # `gnome-extensions list` for a list - enabled-extensions = [ - "Vitals@CoreCoding.com" - "blur-my-shell@aunetx" - "search-light@icedman.github.com" - ]; - }; - }; - - home.packages = with pkgs; [ - gnomeExtensions.vitals - gnomeExtensions.blur-my-shell - gnomeExtensions.search-light - ]; -} - diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 82f9cc0..18f9d52 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -111,11 +111,16 @@ gnome-tour xterm cheese # webcam tool + gnome-music + gnome-weather + gnome-calendar gnome-contacts gnome-clocks gnome-maps + epiphany # web browser geary # email reader evince # document viewer + gnome-characters totem # video player tali # poker game iagno # go game diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 5052165..2c61262 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -3,7 +3,6 @@ { imports = [ ../home/home_common.nix - ../home/gnome.nix ]; stylix.enable = true;