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