Update
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
let
|
||||
homedir = config.home.homeDirectory;
|
||||
increments = "5";
|
||||
|
||||
brightness-change = pkgs.writeShellScriptBin "brightness-change" ''
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
./night-shift.nix
|
||||
./screenshot.nix
|
||||
./startup.nix
|
||||
./nerdfont_fzf.nix
|
||||
./nerdfont_fzf
|
||||
];
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ in {
|
||||
home.packages = with pkgs; [ nerdfont-fzf nerdfont-fzf-fetch nerdfont-popup ];
|
||||
|
||||
xdg.configFile."nerdfont_glyphnames.json" = {
|
||||
source = ../misc/nerdfont_glyphnames.json;
|
||||
source = ./nerdfont_glyphnames.json;
|
||||
};
|
||||
|
||||
}
|
||||
37310
home/scripts/nerdfont_fzf/nerdfont_glyphnames.json
Normal file
37310
home/scripts/nerdfont_fzf/nerdfont_glyphnames.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2,6 +2,7 @@
|
||||
{ pkgs, config, ... }:
|
||||
let
|
||||
homedir = config.home.homeDirectory;
|
||||
variable = import ../../variables.nix;
|
||||
|
||||
battery-notif = pkgs.writeShellScriptBin "battery-notif" ''
|
||||
# Send notifications when low on battery and not in charge
|
||||
@@ -44,9 +45,12 @@ let
|
||||
startup = pkgs.writeShellScriptBin "startup" ''
|
||||
# Because HM enabling services suck.
|
||||
|
||||
systemctl --user start sops-nix
|
||||
[[ ${
|
||||
toString variable.enableSops
|
||||
} == "true" ]] && systemctl --user start sops-nix
|
||||
|
||||
[[ ${toString variable.enableNextcloud} == "true" ]] && nextcloud-watch &
|
||||
|
||||
nextcloud-watch &
|
||||
battery-notif &
|
||||
${pkgs.waybar}/bin/waybar &
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user