move stuff

This commit is contained in:
Tao Tien 2023-09-30 22:09:06 -07:00
parent deda89183b
commit 0d9ef7ba1c
3 changed files with 22 additions and 55 deletions

View file

@ -33,6 +33,8 @@
# extraBackends = [ pkgs.epkowa ]; # extraBackends = [ pkgs.epkowa ];
# }; # };
services.xserver.displayManager.defaultSession = "plasmawayland";
boot.initrd.availableKernelModules = [ boot.initrd.availableKernelModules = [
"nvme" "nvme"
"sd_mod" "sd_mod"

View file

@ -1,54 +1,13 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
users.users.tao.packages = with pkgs; [ users.users.tao.packages = with pkgs; [
# expressvpn
# fractal
# gnumake
# libftdi
# libusb
# nix-prefetch-scripts
# pkg-config
# aspell
# aspellDicts.en
# enchant
# nuspell
# hunspellDicts.en-us-large
# rustdesk
# bottles
# cider
# darktable
# deluge
# discord
# gh
# keepassxc
# libsForQt5.kcharselect
libsForQt5.kdeconnect-kde libsForQt5.kdeconnect-kde
# mdbook
# partition-manager
# slack
# tectonic
# texlab
# tio
# unstable.typst
# ocs-url
# typst-lsp
# unstable.nushell
# unstable.prusa-slicer
# unstable.starship
# unstable.wezterm
# virt-manager
# zoom-us
# zoxide
# obs-studio
]; ];
# programs.nushell.enable = true; # programs.nushell.enable = true;
# environment.shells = with pkgs; [ unstable.nushell ]; # environment.shells = with pkgs; [ unstable.nushell ];
# services.expressvpn.enable = true; # services.expressvpn.enable = true;
# virtualisation.libvirtd.enable = true;
# programs.dconf.enable = true;
# services.syncthing = { # services.syncthing = {
# enable = true; # enable = true;
# user = "tao"; # user = "tao";
@ -64,7 +23,7 @@
users.users.tao = { users.users.tao = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "libvirtd" "dialout" "scanner" "lp" ]; extraGroups = [ "wheel" "dialout" ];
# shell = pkgs.unstable.nushell; # shell = pkgs.unstable.nushell;
}; };

View file

@ -1,6 +1,12 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
users.users.tao.packages = with pkgs; [ users.users.tao.packages = with pkgs; [
appimage-run
nixpkgs-fmt
onlyoffice-bin
ripgrep-all
snapper
unstable.oculante
# expressvpn # expressvpn
# fractal # fractal
# gnumake # gnumake
@ -13,12 +19,12 @@
# enchant # enchant
# nuspell # nuspell
# hunspellDicts.en-us-large # hunspellDicts.en-us-large
# rustdesk rustdesk
# bottles bottles
# cider cider
darktable darktable
deluge deluge
# discord discord
gh gh
keepassxc keepassxc
libsForQt5.kcharselect libsForQt5.kcharselect
@ -29,20 +35,20 @@
tectonic tectonic
texlab texlab
tio tio
# unstable.typst unstable.typst
ocs-url ocs-url
typst-lsp typst-lsp
# unstable.nushell unstable.nushell
# unstable.prusa-slicer unstable.prusa-slicer
# unstable.starship unstable.starship
# unstable.wezterm unstable.wezterm
virt-manager virt-manager
# zoom-us zoom-us
zoxide zoxide
obs-studio obs-studio
]; ];
# programs.nushell.enable = true; programs.nushell.enable = true;
# environment.shells = with pkgs; [ unstable.nushell ]; environment.shells = with pkgs; [ unstable.nushell ];
# services.expressvpn.enable = true; # services.expressvpn.enable = true;
@ -65,7 +71,7 @@
users.users.tao = { users.users.tao = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "libvirtd" "dialout" "scanner" "lp" ]; extraGroups = [ "wheel" "libvirtd" "dialout" "scanner" "lp" ];
# shell = pkgs.unstable.nushell; shell = pkgs.unstable.nushell;
}; };
# i18n.inputMethod = { # i18n.inputMethod = {