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 'firefox-addons':
    'gitlab:rycee/nur-expressions/7386e62c38ffe9669431ec2addcb0f591b66a62f?dir=pkgs/firefox-addons' (2024-09-04)
  → 'gitlab:rycee/nur-expressions/dcdb13af1b383cd8173c6dae0dbe2ea63a584507?dir=pkgs/firefox-addons' (2024-09-09)
• Updated input 'hardware':
    'github:nixos/nixos-hardware/880be1ab837e1e9fe0449dae41ac4d034694d4ce' (2024-09-04)
  → 'github:nixos/nixos-hardware/166dee4f88a7e3ba1b7a243edb1aca822f00680e' (2024-09-09)
• Updated input 'home-manager':
    'github:nix-community/home-manager/471e3eb0a114265bcd62d11d58ba8d3421ee68eb' (2024-09-01)
  → 'github:nix-community/home-manager/10541f19c584fe9633c921903d8c095d5411e041' (2024-09-09)
• Updated input 'impermanence':
    'github:nix-community/impermanence/c7f5b394397398c023000cf843986ee2571a1fd7' (2024-08-24)
  → 'github:nix-community/impermanence/63f4d0443e32b0dd7189001ee1894066765d18a5' (2024-09-07)
• Updated input 'nixos-generators':
    'github:nix-community/nixos-generators/8e337ce40421c4f33e7535aeb988d8e30fe067eb' (2024-09-02)
  → 'github:nix-community/nixos-generators/214efbd73241d72a8f48b8b9a73bb54895cd51a7' (2024-09-09)
• Updated input 'nixos-generators/nixlib':
    'github:nix-community/nixpkgs.lib/7f0b9e4fbd91826cb9ce6babbc11c87903191051' (2024-09-01)
  → 'github:nix-community/nixpkgs.lib/68584f89dd0eb16fea5d80ae127f3f681f6a5df7' (2024-09-08)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/12228ff1752d7b7624a54e9c1af4b222b3c1073b' (2024-08-31)
  → 'github:nixos/nixpkgs/574d1eac1c200690e27b8eb4e24887f8df7ac27c' (2024-09-06)
• Updated input 'nixvim':
    'github:nix-community/nixvim/2ef974182ef62a6a6992118f0beb54dce812ae9b' (2024-09-04)
  → 'github:nix-community/nixvim/0f83298f2ca5d871ca2dbba0315974e79a8e7dcb' (2024-09-09)
• Updated input 'nixvim/nixpkgs':
    'github:NixOS/nixpkgs/12228ff1752d7b7624a54e9c1af4b222b3c1073b' (2024-08-31)
  → 'github:NixOS/nixpkgs/71e91c409d1e654808b2621f28a327acfdad8dc2' (2024-08-28)
  • Loading branch information
MattSturgeon committed Sep 9, 2024
1 parent 9d35b60 commit e98a93e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 deletions flake.lock

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

2 changes: 1 addition & 1 deletion modules/nixos/gnome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ in

xdg.portal.enable = true;

services.udev.packages = with pkgs.gnome; [
services.udev.packages = with pkgs; [
gnome-settings-daemon
];

Expand Down

0 comments on commit e98a93e

Please sign in to comment.