about summary refs log tree commit diff
path: root/users/tazjin/nixos/polyanka/default.nix
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2023-03-31T13·52+0200
committerclbot <clbot@tvl.fyi>2023-04-07T09·20+0000
commit96d7f4f0acc82bc6b12b41ac8d5fbfbd54e41599 (patch)
treec714ab1759cc56fcafac08998097d45ae39482b7 /users/tazjin/nixos/polyanka/default.nix
parent9b78aa1ad65a0cf1b740a43c4032a248660bbe81 (diff)
chore(3p/sources): Bump channels & overlays r/6072
* Satisfy new assert that the corresponding shell needs to be enabled
  via programs.* if it is as the login shell of at least one user.

* //users/tazjin: “Address” removal of hardware.video.hidpi option.

* //3p/gerrit: update fetch sha256

Change-Id: Id0988a0ea7f393d6b7848a7104fc3526ee1177f4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8407
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-rw-r--r--users/tazjin/nixos/polyanka/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/nixos/polyanka/default.nix b/users/tazjin/nixos/polyanka/default.nix
index 2610718495..eed36d656a 100644
--- a/users/tazjin/nixos/polyanka/default.nix
+++ b/users/tazjin/nixos/polyanka/default.nix
@@ -80,6 +80,8 @@ in
     group = "quassel";
   };
 
+  programs.fish.enable = true;
+
   users.users.tazjin = {
     isNormalUser = true;
     extraGroups = [ "wheel" ];