This commit is contained in:
tess 2023-01-21 20:02:55 +01:00
parent fedcbb9c0e
commit 0531ee9339
1 changed files with 20 additions and 5 deletions

View File

@ -45,9 +45,10 @@
};
# Enable the i3
# Enable the i3 and keyboard
services.xserver = {
enable = true;
# i3
displayManager.defaultSession = "xfce+i3";
desktopManager = {
xterm.enable = false;
@ -82,6 +83,8 @@
];
};
services.mullvad-vpn.enable = true;
#enable the joycond
services.joycond.enable = true;
@ -92,7 +95,8 @@
# Configure keymap in X11
services.xserver = {
layout = "no";
xkbVariant = "";
xkbVariant = "dvorak";
xkbOptions = "compose:102,numpad:shift3,kpdl:semi,keypad:atm,caps:shift,lv3:ralt_switch";
};
# Configure console keymap
@ -119,7 +123,7 @@
};
# Enable touchpad support (enabled default in most desktopManager).
services.xserver.libinput.enable = true;
services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.tess = {
@ -163,6 +167,7 @@
wineWowPackages.stable
winetricks
flitter
duckstation
# management
xsel
@ -185,7 +190,7 @@
gimp
libsForQt5.kdenlive
aseprite
davinci-resolve
darktable
# university
texlive.combined.scheme-full
@ -193,13 +198,17 @@
postgresql
# java
jdk
jetbrains.idea-community
eclipses.eclipse-java
# assembly
nasm
gcc
gdb
# internetworking
wireshark
postman
# i am 10 and i want to donwload
mullvad
mullvad-vpn
qbittorrent
yt-dlp
@ -214,8 +223,14 @@
mpv
ungoogled-chromium
gnome.gnome-calculator
cmus
blueberry
mold
newsboat
mutt
];
#Fonts
fonts = {
fonts = with pkgs; [