374 current 2024-04-17 16:14:21 24.05.20240416.5672bc9 6.8.4-zen1 *

This commit is contained in:
zackartz 2024-04-17 16:14:57 -04:00
parent 72e5d1d4c5
commit c2f73a14ee
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
4 changed files with 23 additions and 19 deletions

8
flake.lock generated
View file

@ -4,14 +4,14 @@
"locked": {
"lastModified": 1713323853,
"narHash": "sha256-EfUm65RRsoch0tpfHZtEyqo+iWIYhuSX39U/fi0/4WU=",
"owner": "zackartz",
"repo": "nix-catppuccin",
"owner": "catppuccin",
"repo": "nix",
"rev": "372decb578f3187d7aad837885ed98e73e8abd60",
"type": "github"
},
"original": {
"owner": "zackartz",
"repo": "nix-catppuccin",
"owner": "catppuccin",
"repo": "nix",
"type": "github"
}
},

View file

@ -18,7 +18,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
catppuccin.url = "github:zackartz/nix-catppuccin";
catppuccin.url = "github:catppuccin/nix";
hyprland = {
url = "github:hyprwm/Hyprland/";

View file

@ -147,26 +147,28 @@
EDITOR = "nvim";
};
xdg.enable = true;
programs.zoxide = {
enable = true;
enableZshIntegration = true;
options = ["--cmd cd"];
};
# programs.btop = {
# enable = true;
# catppuccin.enable = true;
# };
#
# programs.lazygit = {
# enable = true;
# catppuccin.enable = true;
# };
#
# programs.fzf = {
# enable = true;
# catppuccin.enable = true;
# };
programs.btop = {
enable = true;
catppuccin.enable = true;
};
programs.lazygit = {
enable = true;
catppuccin.enable = true;
};
programs.fzf = {
enable = true;
catppuccin.enable = true;
};
systemd.user.services.kb-gui = {
Unit = {

View file

@ -29,6 +29,8 @@ in {
set-option -sa terminal-overrides ",xterm*:Tc"
set -g mouse on
set -g @catppuccin-flavor 'macchiato'
set -g base-index 1
set -g pane-base-index 1
set-window-option -g pane-base-index 1