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