update plasma
This commit is contained in:
parent
b45ef040d1
commit
ef836917d6
@ -1,5 +1,34 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
home.file.".local/share/wallpaper" = {
|
||||
source = ./wallpaper;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
# Use kvantum-theme
|
||||
home.sessionVariables = {
|
||||
QT_STYLE_OVERRIDE = "kvantum";
|
||||
};
|
||||
|
||||
programs.konsole = {
|
||||
enable = true;
|
||||
defaultProfile = "default";
|
||||
profiles = {
|
||||
default = {
|
||||
name = "default";
|
||||
colorScheme = "Utterly-Nord-Konsole";
|
||||
font = {
|
||||
name = "Fira Code";
|
||||
size = 10;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# use kvantum theme
|
||||
qt.enable = true;
|
||||
qt.style.name = "kvantum";
|
||||
|
||||
programs.plasma = {
|
||||
enable = true;
|
||||
overrideConfig = true;
|
||||
@ -9,15 +38,16 @@
|
||||
#
|
||||
workspace = {
|
||||
clickItemTo = "select";
|
||||
lookAndFeel = "org.kde.breezedark.desktop";
|
||||
cursorTheme = "Bibata-Modern-Ice";
|
||||
iconTheme = "Papirus-Dark";
|
||||
wallpaper = "${pkgs.libsForQt5.plasma-workspace-wallpapers}/share/wallpapers/Patak/contents/images/1080x1920.png";
|
||||
lookAndFeel = "Utterly-Nord";
|
||||
theme = "breeze";
|
||||
colorScheme = "UtterlyNord";
|
||||
cursorTheme = "Breeze";
|
||||
wallpaper = "/home/jonas/.local/share/wallpaper/nord.png";
|
||||
};
|
||||
|
||||
hotkeys.commands."launch-konsole" = {
|
||||
name = "Launch Konsole";
|
||||
key = "Meta+Enter";
|
||||
key = "Meta+Return";
|
||||
command = "konsole";
|
||||
};
|
||||
|
||||
|
||||
BIN
home/jonas/wallpaper/nord.png
Normal file
BIN
home/jonas/wallpaper/nord.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
@ -16,8 +16,9 @@
|
||||
../../modules/services/docker.nix
|
||||
../../modules/desktop/dm
|
||||
../../modules/desktop/de
|
||||
../../modules/desktop/fonts
|
||||
../../modules/chat
|
||||
../../modules/games
|
||||
../../modules/multimedia
|
||||
];
|
||||
desktop.dm.name = "sddm";
|
||||
desktop.dm.autologin = "jonas";
|
||||
|
||||
@ -17,7 +17,5 @@ in
|
||||
utterly-nord-plasma
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
];
|
||||
|
||||
qt.style.name = "kvantum";
|
||||
};
|
||||
}
|
||||
6
modules/desktop/fonts/default.nix
Normal file
6
modules/desktop/fonts/default.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
fira-code
|
||||
];
|
||||
}
|
||||
@ -4,5 +4,6 @@
|
||||
programs.steam.enable = true;
|
||||
users.users."jonas".packages = with pkgs; [
|
||||
lutris
|
||||
spotify
|
||||
];
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user