Compare commits
3 Commits
7717edccdc
...
a928ddb959
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a928ddb959 | ||
|
|
3428e37a90 | ||
|
|
86125bbecb |
@@ -2,6 +2,9 @@
|
||||
flake.homeModules.files = { pkgs, ... }:
|
||||
{
|
||||
programs.lf.enable = true;
|
||||
programs.lf.cmdKeybindings = {
|
||||
"D" = "delete";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
gdu
|
||||
|
||||
@@ -33,6 +33,9 @@
|
||||
shell-integration-features = [ "no-title" "sudo" ];
|
||||
gtk-single-instance = true;
|
||||
|
||||
window-position-x = 100;
|
||||
window-position-y = 100;
|
||||
|
||||
window-padding-balance = true;
|
||||
window-padding-x = 5;
|
||||
window-padding-y = 5;
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
flake.homeModules.desktop =
|
||||
{ pkgs, ... } :
|
||||
{
|
||||
xdg.enable = true;
|
||||
|
||||
imports = with inputs.self.homeModules; [
|
||||
rebuild
|
||||
john
|
||||
|
||||
Reference in New Issue
Block a user