Skip to content

Commit

Permalink
flake.lock: Update
Browse files Browse the repository at this point in the history
Flake lock file updates:

• Updated input 'disko':
    'github:nix-community/disko/435737144be0259559ca3b43f7d72252b1fdcc1b' (2024-08-22)
  → 'github:nix-community/disko/b89a61129f3976d6440e2356ac5d3e30930f7012' (2024-08-27)
• Updated input 'firefox-addons':
    'gitlab:rycee/nur-expressions/7e7335b5f870ece12ab5c3a8c6c095dddaa1e523?dir=pkgs/firefox-addons' (2024-08-24)
  → 'gitlab:rycee/nur-expressions/f642fc3ebf2524acf95b49456375c9e61d4b0447?dir=pkgs/firefox-addons' (2024-08-27)
• Updated input 'hardware':
    'github:nixos/nixos-hardware/851a39248f0c735634cae00c133133fab141a16e' (2024-08-24)
  → 'github:nixos/nixos-hardware/9fc19be21f0807d6be092d70bf0b1de0c00ac895' (2024-08-25)
• Updated input 'nixos-generators':
    'github:nix-community/nixos-generators/0552f784af9f211481c5dda6df9b918733492826' (2024-08-22)
  → 'github:nix-community/nixos-generators/3f4c041744a1dbfbef426580a31d07e19dba6a3c' (2024-08-26)
• Updated input 'nixos-generators/nixlib':
    'github:nix-community/nixpkgs.lib/531a2e8416a6d8200a53eddfbdb8f2c8dc4a1251' (2024-08-18)
  → 'github:nix-community/nixpkgs.lib/b741d900fecd2f0c32d90f853b24be9f5f098b7d' (2024-08-25)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/c374d94f1536013ca8e92341b540eba4c22f9c62' (2024-08-21)
  → 'github:nixos/nixpkgs/d0e1602ddde669d5beb01aec49d71a51937ed7be' (2024-08-24)
• Updated input 'nixvim':
    'github:nix-community/nixvim/b10ccc5250c17d3f48e6226ed56d8641eb4f3c6f' (2024-08-24)
  → 'github:nix-community/nixvim/4814147442cd3f12f8160ecad9e36751f68cdc22' (2024-08-27)
• Updated input 'nixvim/git-hooks':
    'github:cachix/git-hooks.nix/6cedaa7c1b4f82a266e5d30f212273e60d62cb0d' (2024-08-21)
  → 'github:cachix/git-hooks.nix/c8a54057aae480c56e28ef3e14e4960628ac495b' (2024-08-23)
• Updated input 'nixvim/home-manager':
    'github:nix-community/home-manager/2598861031b78aadb4da7269df7ca9ddfc3e1671' (2024-08-18)
  → 'github:nix-community/home-manager/c2cd2a52e02f1dfa1c88f95abeb89298d46023be' (2024-08-23)
• Updated input 'nixvim/nix-darwin':
    'github:lnl7/nix-darwin/a8968d88e5a537b0491f68ce910749cd870bdbef' (2024-08-22)
  → 'github:lnl7/nix-darwin/ac5694a0b855a981e81b4d9f14052e3ff46ca39e' (2024-08-25)
• Updated input 'nixvim/nuschtosSearch':
    'github:NuschtOS/search/a05d1805f2a2bc47d230e5e92aecbf69f784f3d0' (2024-08-18)
  → 'github:NuschtOS/search/5a08d691de30b6fc28d58ce71a5e420f2694e087' (2024-08-25)
• Updated input 'nixvim/treefmt-nix':
    'github:numtide/treefmt-nix/1d07739554fdc4f8481068f1b11d6ab4c1a4167a' (2024-08-16)
  → 'github:numtide/treefmt-nix/070f834771efa715f3e74cd8ab93ecc96fabc951' (2024-08-22)
  • Loading branch information
MattSturgeon committed Aug 28, 2024
1 parent 27c36bf commit c2458df
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 54 deletions.
72 changes: 36 additions & 36 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 16 additions & 18 deletions modules/nixos/gnome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,21 @@ in
];

# Exclude some default gnome packages
environment.gnome.excludePackages =
(with pkgs; [
baobab
cheese
eog
epiphany
gnome-connections
gnome-console
gnome-photos
gnome-terminal
simple-scan
yelp
]) ++ (with pkgs.gnome; [
gnome-contacts
gnome-maps
gnome-music
gnome-weather
]);
environment.gnome.excludePackages = with pkgs; [
baobab
cheese
eog
epiphany
gnome-connections
gnome-console
gnome-contacts
gnome-maps
gnome-music
gnome-photos
gnome-terminal
gnome-weather
simple-scan
yelp
];
};
}

0 comments on commit c2458df

Please sign in to comment.