Compare commits

..

2 Commits

Author SHA1 Message Date
a8f0bb0740 flake: fix stylix commit (helix broken)
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-04-26 23:21:20 +03:00
12a1ba83bf shell/fish: add atuin
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-04-26 23:21:20 +03:00
3 changed files with 11 additions and 4 deletions

7
flake.lock generated
View File

@ -1257,16 +1257,17 @@
"tinted-zed": "tinted-zed"
},
"locked": {
"lastModified": 1745332124,
"narHash": "sha256-2lRWKSUlKTsfqLhyxXsxKcoPQG5tFQ3GbTne8/vVCQY=",
"lastModified": 1745154730,
"narHash": "sha256-gxPyS5pPHH9f+6S3079S6jnc/78s6TvtmEHe/KT5Aus=",
"owner": "danth",
"repo": "stylix",
"rev": "375b1de2424aac1338ee6e8b4ef15976b64b0462",
"rev": "8b0d9317edd57c5374adcf6957ae4775875c2a9d",
"type": "github"
},
"original": {
"owner": "danth",
"repo": "stylix",
"rev": "8b0d9317edd57c5374adcf6957ae4775875c2a9d",
"type": "github"
}
},

View File

@ -21,7 +21,7 @@
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
sops-nix.url = "github:mic92/sops-nix";
stylix.url = "github:danth/stylix";
stylix.url = "github:danth/stylix/8b0d9317edd57c5374adcf6957ae4775875c2a9d";
# TODO: somehow reduce the number of *.inputs.nixpkgs.follows = "nixpkgs" stuff, mb a function?
blueprint.inputs.nixpkgs.follows = "nixpkgs";
chaotic.inputs.nixpkgs.follows = "nixpkgs";

View File

@ -13,6 +13,12 @@ in {
};
config = mkIf cfg.enable {
programs = {
atuin = {
enable = true;
flags = [
"--disable-up-arrow"
];
};
fish = {
enable = true; # friendly interactive shell in rust
shellAliases = {