Likely phasing out yabai and skhd, as it's just not as smooth/works well as Hyprland. Honestly I prefer Mac window management with multiple desktops.
This commit is contained in:
parent
6ec3fe9e4f
commit
dcfb81b71e
3 changed files with 10 additions and 9 deletions
5
home.nix
5
home.nix
|
|
@ -12,15 +12,16 @@
|
|||
tmux # Terminal multiplexer
|
||||
btop # Resource monitor
|
||||
irssi # Terminal based IRC client
|
||||
direnv #
|
||||
];
|
||||
|
||||
home.file = {
|
||||
".config/ghostty/config" .source = dotfiles/ghostty/config;
|
||||
".config/kanata/conf.kbd" .source = dotfiles/kanata/conf.kbd;
|
||||
".config/nvim/init.lua" .source = builtins.fetchurl {
|
||||
/* ".config/nvim/init.lua" .source = builtins.fetchurl {
|
||||
url = "https://git.luluslly.xyz/lulusilly/dotfiles/raw/branch/master/.config/nvim/init.lua";
|
||||
sha256 = "fc7104ae4957a7ff92375557725daf9872f836645556f7940fdd6366b04386e0";
|
||||
};
|
||||
}; */
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue