Add some common desktop tools
This commit is contained in:
parent
99b59772de
commit
98a8b5d19b
3 changed files with 12 additions and 2 deletions
|
@ -117,7 +117,12 @@ in {
|
|||
enable = true;
|
||||
#displayManager.defaultSession = "sway";
|
||||
displayManager.sddm.enable = true;
|
||||
desktopManager.plasma5.enable = true;
|
||||
desktopManager.plasma5 = {
|
||||
enable = true;
|
||||
excludePackages = with pkgs.libsForQt5; [
|
||||
elisa
|
||||
];
|
||||
};
|
||||
libinput.enable = true;
|
||||
layout = "de";
|
||||
xkbVariant = "neo";
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
tree-style-tab
|
||||
ublock-origin
|
||||
unpaywall
|
||||
plasma-integration
|
||||
tampermonkey
|
||||
];
|
||||
profiles = {
|
||||
unhardened = {
|
||||
|
@ -36,7 +38,6 @@
|
|||
}
|
||||
'';
|
||||
settings = {
|
||||
"browser.display.use_document_fonts" = 0;
|
||||
"font.default.x-western" = "sans-serif";
|
||||
"font.name-list.monospace.x-western" = "monospace, nasin-nanpa";
|
||||
"font.name-list.sans-serif.x-western" = "sans-serif, nasin-nanpa";
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
home.packages = with pkgs; [
|
||||
anki-bin
|
||||
mdcat
|
||||
gimp
|
||||
krita
|
||||
ffmpeg-full
|
||||
audacious
|
||||
];
|
||||
xdg.configFile."gdb/gdbinit".text = "set auto-load safe-path /nix/store";
|
||||
services.xsettingsd = {
|
||||
|
|
Loading…
Reference in a new issue