Rearrange folder struct

This commit is contained in:
Hadi 2024-05-04 22:51:33 +02:00
parent d026643105
commit e58fda9896
9 changed files with 11 additions and 10 deletions

View File

@ -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
];
}

View File

@ -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