From 40e33e0d82341048d307947284cea548778c56ce Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 3 May 2023 08:08:28 +0530 Subject: bump --- flake.lock | 31 +++++++------------------------ flake.nix | 2 +- home.nix | 3 ++- hosts/myrtle/configuration.nix | 7 ------- hosts/myrtle/hardware-configuration.nix | 2 +- 5 files changed, 11 insertions(+), 34 deletions(-) diff --git a/flake.lock b/flake.lock index b38c7fc..3e2da29 100644 --- a/flake.lock +++ b/flake.lock @@ -46,20 +46,18 @@ "inputs": { "nixpkgs": [ "nixpkgs" - ], - "utils": "utils" + ] }, "locked": { - "lastModified": 1672244468, - "narHash": "sha256-xaZb8AZqoXRCSqPusCk4ouf+fUNP8UJdafmMTF1Ltlw=", + "lastModified": 1681852391, + "narHash": "sha256-0wGjrFTmYyjS9jE6MdgjcOEKvWjFkKcRpOtSXso99JI=", "owner": "nix-community", "repo": "home-manager", - "rev": "89a8ba0b5b43b3350ff2e3ef37b66736b2ef8706", + "rev": "aa03c8a429902dbaf15b3395f8cefc5a4b83f7f7", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-22.11", "repo": "home-manager", "type": "github" } @@ -81,11 +79,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1674236650, - "narHash": "sha256-B4GKL1YdJnII6DQNNJ4wDW1ySJVx2suB1h/v4Ql8J0Q=", + "lastModified": 1681753173, + "narHash": "sha256-MrGmzZWLUqh2VstoikKLFFIELXm/lsf/G9U9zR96VD4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "cfb43ad7b941d9c3606fb35d91228da7ebddbfc5", + "rev": "0a4206a51b386e5cda731e8ac78d76ad924c7125", "type": "github" }, "original": { @@ -143,21 +141,6 @@ "type": "github" } }, - "utils": { - "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "vim-colors-plain": { "inputs": { "nixpkgs": [ diff --git a/flake.nix b/flake.nix index 71f80df..3ee2f7c 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ nixos-hardware.url = "github:nixos/nixos-hardware"; home-manager = { - url = "github:nix-community/home-manager/release-22.11"; + url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/home.nix b/home.nix index c5a3edd..2c1efec 100644 --- a/home.nix +++ b/home.nix @@ -47,6 +47,7 @@ libnotify inotify-tools pavucontrol + bc signal-desktop # sync @@ -59,7 +60,7 @@ krita sxiv imagemagick - ffmpeg + ffmpeg-full mpv slop maim diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix index 4212556..fa6b0d7 100644 --- a/hosts/myrtle/configuration.nix +++ b/hosts/myrtle/configuration.nix @@ -168,13 +168,6 @@ suspendCapacity = 5; }; - touchegg.enable = true; - - signald = { - enable = true; - group = "signald"; - }; - auto-cpufreq.enable = true; }; diff --git a/hosts/myrtle/hardware-configuration.nix b/hosts/myrtle/hardware-configuration.nix index 099052a..74872ed 100644 --- a/hosts/myrtle/hardware-configuration.nix +++ b/hosts/myrtle/hardware-configuration.nix @@ -39,5 +39,5 @@ powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; # high-resolution display - hardware.video.hidpi.enable = lib.mkDefault true; + # hardware.video.hidpi.enable = lib.mkDefault true; } -- cgit v1.2.3