.
This commit is contained in:
parent
764fd631e8
commit
b896c10f48
1 changed files with 7 additions and 8 deletions
15
home.nix
15
home.nix
|
@ -92,7 +92,7 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }:
|
|||
imports = [ ./hyprland/hyprland.nix
|
||||
./waybar/settings.nix
|
||||
./emacs/emacs.nix
|
||||
# ./chicken/chicken.nix
|
||||
# ./chicken/chicken.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "24.05";
|
||||
|
@ -106,18 +106,17 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }:
|
|||
#PASSWORD_STORE_DIR = "$XDG_DATA_HOME/password-store";
|
||||
SSH_ASKPASS = "${pkgs.libsForQt5.ksshaskpass}/bin/ksshaskpass";
|
||||
CHICKEN_DOC_REPOSITORY = "${config.home.homeDirectory}/.local/chicken/doc/chicken-doc";
|
||||
CHICKEN_INSTALL_REPOSITORY = "${config.home.homeDirectory}/.local/chicken/eggs";
|
||||
CHICKEN_REPOSITORY_PATH = "$CHICKEN_REPOSITORY_PATH:${config.home.sessionVariables.CHICKEN_INSTALL_REPOSITORY}";
|
||||
CHICKEN_INSTALL_PREFIX = "/home/zilti/.local";
|
||||
# CHICKEN_INSTALL_REPOSITORY = "${config.home.homeDirectory}/.local/chicken/eggs";
|
||||
# CHICKEN_REPOSITORY_PATH = "$CHICKEN_REPOSITORY_PATH:${config.home.sessionVariables.CHICKEN_INSTALL_REPOSITORY}";
|
||||
# CHICKEN_INSTALL_PREFIX = "/home/zilti/.local";
|
||||
RTC_USE_PIPEWIRE = "true";
|
||||
#XCURSOR_SIZE = 48;
|
||||
HYPRCURSOR_SIZE = 48;
|
||||
HYPRCURSOR_SIZE = 32;
|
||||
BW_SESSION = (builtins.readFile "${config.home.homeDirectory}/.vw-session-key");
|
||||
QT_QPA_PLATFORM = "wayland";
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
"git init" = "git init --object-format=sha256";
|
||||
"'git init'" = "git init --object-format=sha256";
|
||||
};
|
||||
|
||||
accounts = {
|
||||
|
@ -232,7 +231,7 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }:
|
|||
home.pointerCursor = {
|
||||
package = pkgs.hackneyed;
|
||||
name = "Hackneyed";
|
||||
size = 48;
|
||||
size = 32;
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
|
|
Loading…
Reference in a new issue