laptop: remove unnecessary comment, add clion, ffmpeg
This commit is contained in:
parent
4f066986f0
commit
7e38005d18
1 changed files with 3 additions and 11 deletions
|
@ -61,7 +61,6 @@
|
||||||
|
|
||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
# services.xserver.dpi = 96;
|
|
||||||
|
|
||||||
# Enable the GNOME Desktop Environment.
|
# Enable the GNOME Desktop Environment.
|
||||||
services.xserver.displayManager.gdm.enable = true;
|
services.xserver.displayManager.gdm.enable = true;
|
||||||
|
@ -89,15 +88,8 @@
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
# If you want to use JACK applications, uncomment this
|
# If you want to use JACK applications, uncomment this
|
||||||
jack.enable = true;
|
jack.enable = true;
|
||||||
|
|
||||||
# use the example session manager (no others are packaged yet so this is enabled by default,
|
|
||||||
# no need to redefine it in your config for now)
|
|
||||||
#media-session.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
|
||||||
# services.xserver.libinput.enable = true;
|
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.xin = {
|
users.users.xin = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
@ -133,13 +125,13 @@
|
||||||
tree
|
tree
|
||||||
wget
|
wget
|
||||||
tmux
|
tmux
|
||||||
# ffmpeg
|
ffmpeg
|
||||||
tealdeer
|
tealdeer
|
||||||
neofetch
|
neofetch
|
||||||
rclone
|
rclone
|
||||||
clash
|
clash
|
||||||
# tesseract5 # ocr
|
# tesseract5 # ocr
|
||||||
# ocrmypdf # pdfocr
|
ocrmypdf # pdfocr
|
||||||
|
|
||||||
grc
|
grc
|
||||||
fishPlugins.pisces
|
fishPlugins.pisces
|
||||||
|
@ -159,7 +151,7 @@
|
||||||
git
|
git
|
||||||
|
|
||||||
jetbrains.jdk # patch jetbrain runtime java
|
jetbrains.jdk # patch jetbrain runtime java
|
||||||
# jetbrains.clion
|
jetbrains.clion
|
||||||
jetbrains.pycharm-professional
|
jetbrains.pycharm-professional
|
||||||
jetbrains.idea-ultimate
|
jetbrains.idea-ultimate
|
||||||
android-studio
|
android-studio
|
||||||
|
|
Loading…
Reference in a new issue