chore(pantheon): clean up and rm unused configs
This commit is contained in:
parent
bacf1a8b08
commit
9e17187b02
13 changed files with 18 additions and 127 deletions
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
home-manager.users.rafiq = {
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
home-manager.users.rafiq = {
|
||||
home.sessionVariables.GIT_CONFIG_GLOBAL = "$HOME/.config/git/config";
|
||||
home.shellAliases = {
|
||||
g = "git";
|
||||
gs = "git status";
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
services.kanata = {
|
||||
enable = true;
|
||||
keyboards.k14 = {
|
||||
devices = [ "/dev/input/by-id/usb-Keychron_Keychron_K14-event-kbd" ];
|
||||
extraDefCfg = "process-unmapped-keys yes";
|
||||
config = # lisp
|
||||
''
|
||||
(defsrc)
|
||||
|
||||
(defvar
|
||||
tap-timeout 200
|
||||
home-row-hold-timeout 200
|
||||
tt $tap-timeout
|
||||
hrht $home-row-hold-timeout
|
||||
)
|
||||
|
||||
(deflayermap (base)
|
||||
;; tap caps lock as enter, hold as left ctrl
|
||||
;; tap-hold-release will activate the hold action early
|
||||
;; if another key is pressed while it is held.
|
||||
CapsLock (tap-hold-release 200 200 Escape ControlLeft)
|
||||
)
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.system};
|
||||
in
|
||||
{
|
||||
home-manager.users.rafiq = {
|
||||
imports = [
|
||||
inputs.spicetify-nix.homeManagerModules.spicetify
|
||||
];
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
spotifyLaunchFlags = "--enable-features=UseOzonePlatform --ozone-platform=wayland";
|
||||
windowManagerPatch = true;
|
||||
enabledCustomApps = with spicePkgs.apps; [
|
||||
marketplace
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue