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