Rearrange folder struct
This commit is contained in:
parent
d026643105
commit
e58fda9896
@ -1,14 +1,15 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./misc.nix
|
./nixy
|
||||||
./nerdfetch.nix
|
./nerdfetch
|
||||||
./nixy.nix
|
./sounds
|
||||||
./sounds.nix
|
./brightness
|
||||||
./brightness.nix
|
./caffeine
|
||||||
./caffeine.nix
|
./night-shift
|
||||||
./night-shift.nix
|
./screenshot
|
||||||
./screenshot.nix
|
./startup
|
||||||
./startup.nix
|
|
||||||
./nerdfont_fzf
|
./nerdfont_fzf
|
||||||
|
|
||||||
|
./misc.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
let
|
let
|
||||||
homedir = config.home.homeDirectory;
|
homedir = config.home.homeDirectory;
|
||||||
variable = import ../../variables.nix;
|
variable = import ../../../variables.nix;
|
||||||
|
|
||||||
battery-notif = pkgs.writeShellScriptBin "battery-notif" ''
|
battery-notif = pkgs.writeShellScriptBin "battery-notif" ''
|
||||||
# Send notifications when low on battery and not in charge
|
# Send notifications when low on battery and not in charge
|
Loading…
Reference in New Issue
Block a user