non important commit
This commit is contained in:
parent
106cc0f0b9
commit
edbd4d7547
5 changed files with 2 additions and 26 deletions
|
|
@ -4,7 +4,6 @@
|
||||||
../modules/main-user.nix
|
../modules/main-user.nix
|
||||||
../modules/system.nix
|
../modules/system.nix
|
||||||
../modules/boot.nix
|
../modules/boot.nix
|
||||||
../modules/file-management.nix
|
|
||||||
../modules/desktop.nix
|
../modules/desktop.nix
|
||||||
../modules/audio.nix
|
../modules/audio.nix
|
||||||
../modules/printing.nix
|
../modules/printing.nix
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@
|
||||||
../modules/main-user.nix
|
../modules/main-user.nix
|
||||||
../modules/system.nix
|
../modules/system.nix
|
||||||
../modules/boot.nix
|
../modules/boot.nix
|
||||||
../modules/file-management.nix
|
|
||||||
../modules/desktop.nix
|
../modules/desktop.nix
|
||||||
../modules/audio.nix
|
../modules/audio.nix
|
||||||
../modules/printing.nix
|
../modules/printing.nix
|
||||||
|
|
|
||||||
|
|
@ -1,22 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
gvfs
|
|
||||||
];
|
|
||||||
|
|
||||||
programs = {
|
|
||||||
xfconf.enable = true;
|
|
||||||
thunar = {
|
|
||||||
enable = true;
|
|
||||||
plugins = with pkgs; [
|
|
||||||
thunar-archive-plugin
|
|
||||||
thunar-volman
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
services = {
|
|
||||||
devmon.enable = false;
|
|
||||||
gvfs.enable = true;
|
|
||||||
tumbler.enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
"SUPER, W, togglefloating"
|
"SUPER, W, togglefloating"
|
||||||
"SUPER, A, exec, fuzzel"
|
"SUPER, A, exec, fuzzel"
|
||||||
"SUPER, P, pseudo,"
|
"SUPER, P, pseudo,"
|
||||||
"SUPER, E, exec, thunar"
|
"SUPER, E, exec, foot yazi"
|
||||||
"SUPER, C, exec, floating-calculator"
|
"SUPER, C, exec, floating-calculator"
|
||||||
"SUPER, code:23, swapsplit"
|
"SUPER, code:23, swapsplit"
|
||||||
"SUPER, code:66, togglesplit"
|
"SUPER, code:66, togglesplit"
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,8 @@
|
||||||
thunderbird
|
thunderbird
|
||||||
obs-studio
|
obs-studio
|
||||||
|
|
||||||
kdePackages.dolphin
|
|
||||||
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
|
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
|
yazi
|
||||||
];
|
];
|
||||||
|
|
||||||
file = {
|
file = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue