we be walkin
This commit is contained in:
parent
0db960aec4
commit
44a2f3ee01
8 changed files with 71 additions and 49 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
|
|
@ -77,7 +82,9 @@
|
|||
};
|
||||
|
||||
imports = [
|
||||
./window_manager
|
||||
./window_manager
|
||||
inputs.walker.homeManagerModules.default
|
||||
|
||||
];
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@
|
|||
}:
|
||||
|
||||
{
|
||||
programs.rofi = {
|
||||
programs.walker = {
|
||||
enable = true;
|
||||
runAsService = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
xdg.portal = {
|
||||
enable = true;
|
||||
configPackages = [ pkgs.xdg-desktop-portal-hyprland ];
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
|
||||
};
|
||||
programs = {
|
||||
kitty = {
|
||||
|
|
@ -35,7 +35,6 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
exec-once = [
|
||||
"elephant"
|
||||
];
|
||||
"$mod" = "SUPER";
|
||||
bind = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue