mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-22 02:36:19 +00:00
chore: remove dups
This commit is contained in:
parent
131c255d4c
commit
e0a023da4f
10 changed files with 21 additions and 44 deletions
|
|
@ -1,14 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
my = {
|
||||
desktop = {
|
||||
preferredApps = {
|
||||
shell = pkgs.zsh;
|
||||
interactiveShell = pkgs.fish;
|
||||
terminal = {
|
||||
package = pkgs.kitty;
|
||||
execArg = "-e";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -9,7 +9,6 @@ in {
|
|||
imports = [
|
||||
../../modules/home/options.nix
|
||||
../../modules/home/do-not-track.nix
|
||||
# ./config.nix
|
||||
];
|
||||
home.username = username;
|
||||
home.homeDirectory =
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@
|
|||
./programs/darwin/alt-tab.nix
|
||||
./programs/darwin/iina.nix
|
||||
|
||||
../../modules/home/do-not-track.nix
|
||||
../../modules/home/darwin.nix
|
||||
|
||||
../../modules/home/programs/lsd.nix
|
||||
|
|
|
|||
|
|
@ -91,8 +91,6 @@ in {
|
|||
./programs/desktop/gnome/copyous.nix
|
||||
./programs/desktop/wayland-wm/niri
|
||||
|
||||
../../modules/home/do-not-track.nix
|
||||
|
||||
# General Program config
|
||||
../../modules/home/programs/eza.nix
|
||||
# ../../modules/home/programs/winboat.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue