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 = [ 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
]; ];
} }

View File

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