refactor: rename modules folder
This commit is contained in:
parent
f082ed8ac0
commit
2a80ef07bf
69 changed files with 16 additions and 16 deletions
29
configs/graphical.nix
Normal file
29
configs/graphical.nix
Normal file
|
@ -0,0 +1,29 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
with pkgs;
|
||||
{
|
||||
imports = [
|
||||
./programs/clipse.nix
|
||||
./programs/dunst.nix
|
||||
./programs/firefox.nix
|
||||
./programs/fuzzel.nix
|
||||
./programs/getty.nix
|
||||
./programs/hyprland.nix
|
||||
./programs/hyprlock.nix
|
||||
./programs/hyprshade.nix
|
||||
./programs/kitty.nix
|
||||
./programs/spicetify.nix
|
||||
./programs/spotifyd.nix
|
||||
./hardware/audio.nix
|
||||
./hardware/bluetooth.nix
|
||||
./hardware/udev.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
wl-clipboard
|
||||
];
|
||||
|
||||
home-manager.users.rafiq.home.packages = [
|
||||
hyprpicker
|
||||
inputs.hyprcloser.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue