some updates especially to nixos
This commit is contained in:
parent
f1349e79f1
commit
08db8e3b56
7 changed files with 50 additions and 8 deletions
|
@ -4,6 +4,7 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
/etc/nixos/cachix.nix
|
||||
];
|
||||
nix = {
|
||||
extraOptions = "experimental-features = nix-command flakes";
|
||||
|
@ -60,6 +61,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
windowManager.awesome = {
|
||||
|
@ -182,6 +184,7 @@
|
|||
git
|
||||
tmux
|
||||
dutree
|
||||
cachix
|
||||
unzip
|
||||
unrar
|
||||
p7zip
|
||||
|
@ -191,6 +194,7 @@
|
|||
binutils
|
||||
podman-compose
|
||||
exa
|
||||
# img2pdf
|
||||
yt-dlp
|
||||
bat
|
||||
rsync
|
||||
|
@ -308,6 +312,7 @@
|
|||
element-desktop-wayland
|
||||
scrcpy
|
||||
python
|
||||
python3
|
||||
airshipper
|
||||
# hyprland
|
||||
|
||||
|
@ -334,6 +339,7 @@
|
|||
extra-cmake-modules
|
||||
pkg-config
|
||||
libsForQt5.wrapQtAppsHook
|
||||
python310Packages.pyqt5
|
||||
# LIBRARIES FOR DEV
|
||||
qt5.full
|
||||
qt5.qtbase
|
||||
|
@ -385,7 +391,7 @@
|
|||
];
|
||||
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ]));
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue