diff --git a/flake.lock b/flake.lock index 04ce7ad..c20042d 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "emacs-overlay": { "locked": { - "lastModified": 1639416884, - "narHash": "sha256-ucI8w/JcQQzEbppfPBK7HPfsy3HRi5hy2FoksuvkPCc=", + "lastModified": 1644206259, + "narHash": "sha256-ioUAzrHDtR0wT6sLXJ9mrDoVnE0SqBbOW0G9oYUOqF8=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "9516033899da467b8fcee6536a61ea66ebd0c4fa", + "rev": "2293d3e1dcdebfc5c7de839dc9571df6a37c19c6", "type": "github" }, "original": { @@ -17,11 +17,11 @@ }, "flake-utils": { "locked": { - "lastModified": 1629481132, - "narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=", + "lastModified": 1638122382, + "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=", "owner": "numtide", "repo": "flake-utils", - "rev": "997f7efcb746a9c140ce1f13c72263189225f482", + "rev": "74f7e4319258e287b0f9cb95426c9853b282730b", "type": "github" }, "original": { @@ -37,11 +37,11 @@ ] }, "locked": { - "lastModified": 1637875789, - "narHash": "sha256-kwW26kGhqNsWpTz+prw/pAfqz673GojbxZuB0boc1eM=", + "lastModified": 1643933104, + "narHash": "sha256-NZPuFxRsZKN8pjRuHPpzlMyt6JQhcjiduBG8bMghSjE=", "owner": "nix-community", "repo": "home-manager", - "rev": "579f2e8bebb954a103a96b905c27b10f15ef38c7", + "rev": "63dccc4e60422c1db2c3929b2fd1541f36b7e664", "type": "github" }, "original": { @@ -52,11 +52,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1637831601, - "narHash": "sha256-axRY9AehHGXfU52RK3oqDNXd9F92Tm65vEBQir3tRLI=", + "lastModified": 1643980037, + "narHash": "sha256-RdVHt2mD408WXMjQIOLvUzy8cSUHu8NAbilDmPVxf7E=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "aad66afc1cac4a654223f6ba326899c731e57441", + "rev": "9886a06e4745edb31587d0e9481ad82d35f0d593", "type": "github" }, "original": { @@ -68,11 +68,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1637841632, - "narHash": "sha256-QYqiKHdda0EOnLGQCHE+GluD/Lq2EJj4hVTooPM55Ic=", + "lastModified": 1643852787, + "narHash": "sha256-RHrvroV61jcfTXfW0Rwc0qu/8lHmfYxSy49adyXkB0I=", "owner": "nixos", "repo": "nixpkgs", - "rev": "73369f8d0864854d1acfa7f1e6217f7d6b6e3fa1", + "rev": "76e3df7c0687d5b9ff31431fd4ee4d4cd07a4b2f", "type": "github" }, "original": { @@ -84,11 +84,11 @@ }, "nur": { "locked": { - "lastModified": 1637888015, - "narHash": "sha256-gkANNpE7kK3/2nb2ezE3dfyb6w+8T1/q0SiQHyy89A4=", + "lastModified": 1644200006, + "narHash": "sha256-TCOuqFePZrcRAezpOUtObpXtKgMZS+nd/qREW4PQG3Y=", "owner": "nix-community", "repo": "NUR", - "rev": "63ce681a0abe4e85449ef82a2a1b1bb73d0c3a5f", + "rev": "7429ba7df4ddde4a0d9ec388a22e9db81add54e4", "type": "github" }, "original": { @@ -112,16 +112,16 @@ "flake-utils": "flake-utils" }, "locked": { - "lastModified": 1632420560, - "narHash": "sha256-8Tsa4Hp/CHCA6J8/E7EODhp75z5N1NBhFiOb3lBv/tI=", + "lastModified": 1638172912, + "narHash": "sha256-jxhQGNEsZTdop/Br3JPS+xmBf6t9cIWRzVZFxbT76Rw=", "owner": "gytis-ivaskevicius", "repo": "flake-utils-plus", - "rev": "4b1bcafcfcd78bd36ceabfe3872822ba5c7fcbe8", + "rev": "166d6ebd9f0de03afc98060ac92cba9c71cfe550", "type": "github" }, "original": { "owner": "gytis-ivaskevicius", - "ref": "v1.3.0", + "ref": "v1.3.1", "repo": "flake-utils-plus", "type": "github" } diff --git a/flake.nix b/flake.nix index 735d253..f2ef071 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - utils.url = "github:gytis-ivaskevicius/flake-utils-plus/v1.3.0"; + utils.url = "github:gytis-ivaskevicius/flake-utils-plus/v1.3.1"; home-manager = { url = "github:nix-community/home-manager"; diff --git a/modules/profiles/minimal.nix b/modules/profiles/minimal.nix index 5904355..c92350b 100644 --- a/modules/profiles/minimal.nix +++ b/modules/profiles/minimal.nix @@ -9,8 +9,10 @@ in { imports = [ ../. ../system/xdg.nix ]; # Allow Cleanup, nix, & flakes nix = { - autoOptimiseStore = true; - allowedUsers = [ "@wheel" ]; + settings = { + auto-optimise-store = true; + allowed-users = [ "@wheel" ]; + }; gc = { automatic = true; dates = "daily";