From 95e363e81ee2f221ad5f72934cf1607c3e75bd35 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 5 Dec 2023 08:54:59 +0000 Subject: use common font all over --- flake.lock | 20 ++++++++++---------- font.nix | 2 +- home.nix | 1 + hosts/myrtle/configuration.nix | 9 +++++++-- programs/bash.nix | 2 +- 5 files changed, 20 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index 9104578..1ea6df4 100644 --- a/flake.lock +++ b/flake.lock @@ -27,11 +27,11 @@ ] }, "locked": { - "lastModified": 1694643239, - "narHash": "sha256-pv2k/5FvyirDE8g4TNehzwZ0T4UOMMmqWSQnM/luRtE=", + "lastModified": 1701433070, + "narHash": "sha256-Gf9JStfENaUQ7YWFz3V7x/srIwr4nlnVteqaAxtwpgM=", "owner": "nix-community", "repo": "home-manager", - "rev": "d9b88b43524db1591fb3d9410a21428198d75d49", + "rev": "4a8545f5e737a6338814a4676dc8e18c7f43fc57", "type": "github" }, "original": { @@ -57,11 +57,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1694062546, - "narHash": "sha256-PiGI4f2BGnZcedP6slLjCLGLRLXPa9+ogGGgVPfGxys=", + "lastModified": 1701141680, + "narHash": "sha256-qaPcwKI0RR6mxfn4sMrHEjjDl6VCEPUTRZhN+OFB6zg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b200e0df08f80c32974a6108ce431d8a8a5e6547", + "rev": "4469e22700c47792f93daa882786d36f9bf8bc2a", "type": "github" }, "original": { @@ -78,11 +78,11 @@ ] }, "locked": { - "lastModified": 1694244899, - "narHash": "sha256-+Nv7HVG/s2Jers3+XiBqYzg+X+MpDY+j5Rucyfgoib0=", + "lastModified": 1701510523, + "narHash": "sha256-uf0JCa+PP/aM77icihT79hew1/TTcMJV6AoIfmuLABM=", "ref": "refs/heads/master", - "rev": "39c3e7baf034bdbecc29f5f441d8dde634833b52", - "revCount": 6, + "rev": "9450828084f42d3f1eb261c00820cfd2bf8b819b", + "revCount": 7, "type": "git", "url": "https://git.peppe.rs/cli/prompt" }, diff --git a/font.nix b/font.nix index 74afcdd..02425b1 100644 --- a/font.nix +++ b/font.nix @@ -1,3 +1,3 @@ { - name = "Nerd Input"; + name = "CommitMono"; } diff --git a/home.nix b/home.nix index 933336c..7f73e46 100644 --- a/home.nix +++ b/home.nix @@ -51,6 +51,7 @@ killall httpie thunderbird + calibre # gaming mgba diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix index 82eb763..09da894 100644 --- a/hosts/myrtle/configuration.nix +++ b/hosts/myrtle/configuration.nix @@ -27,7 +27,7 @@ i18n.defaultLocale = "en_US.UTF-8"; - time.timeZone = "Asia/Kolkata"; + time.timeZone = "Europe/London"; nixpkgs.config = { "2bwm".patches = [ @@ -123,7 +123,7 @@ }; sensor.iio.enable = true; # enable screen autorotate asus.battery = { - chargeUpto = 80; + chargeUpto = 100; }; }; @@ -190,6 +190,11 @@ group = "signald"; }; + udisks2 = { + enable = true; + mountOnMedia = true; + }; + }; systemd.sleep.extraConfig = '' diff --git a/programs/bash.nix b/programs/bash.nix index bff2eb9..f6f8de9 100644 --- a/programs/bash.nix +++ b/programs/bash.nix @@ -72,7 +72,7 @@ initExtra = '' export PATH=$PATH:"$HOME/scripts" - export PROMPT_COMMAND="tmux refresh-client -S"; + export PROMPT_COMMAND="tmux refresh-client -S > /dev/null"; export PS1="\n\001\e[0;36m\002λ\001\e[0m\002 "; export PS2="> "; -- cgit v1.2.3