feat: several updates
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
yt-dlp
|
||||
];
|
||||
programs = {
|
||||
awscli.enable = true;
|
||||
# awscli.enable = true;
|
||||
bat = {
|
||||
enable = true;
|
||||
extraPackages = [ pkgs.bat-extras.batman ];
|
||||
|
||||
@@ -7,23 +7,23 @@
|
||||
let
|
||||
drawing-apps = with pkgs; [
|
||||
gimp
|
||||
tiled
|
||||
aseprite
|
||||
inkscape
|
||||
# tiled
|
||||
# aseprite
|
||||
# inkscape
|
||||
sweethome3d.application
|
||||
];
|
||||
printing-apps = with pkgs; [
|
||||
blender
|
||||
prusa-slicer
|
||||
openscad
|
||||
# prusa-slicer
|
||||
# openscad
|
||||
];
|
||||
gamedev-apps = with pkgs; [
|
||||
godot_4
|
||||
gdtoolkit_4
|
||||
# godot_4
|
||||
# gdtoolkit_4
|
||||
];
|
||||
sound-apps = with pkgs; [
|
||||
audacity
|
||||
sfxr
|
||||
# sfxr
|
||||
];
|
||||
in
|
||||
{
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
enable_audio_bell = false;
|
||||
mouse_hide_wait = "-1.0";
|
||||
background_opacity = "0.6";
|
||||
background_blur = 5;
|
||||
background_blur = 3;
|
||||
font_family = "Fira Code";
|
||||
};
|
||||
# extraConfig = ''
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
environment.systemPackages = [
|
||||
pkgs.openssl
|
||||
pkgs.coreutils
|
||||
pkgs.vulkan-tools
|
||||
];
|
||||
hardware = {
|
||||
graphics.enable = true;
|
||||
@@ -57,7 +58,14 @@
|
||||
udev.packages = with pkgs; [
|
||||
vial
|
||||
];
|
||||
xserver.enable = true;
|
||||
xserver = {
|
||||
enable = true;
|
||||
videoDrivers = [
|
||||
"modesetting"
|
||||
"fbdev"
|
||||
"amdgpu"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Paris";
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
noto-fonts-color-emoji
|
||||
fira-code
|
||||
roboto
|
||||
|
||||
|
||||
@@ -59,6 +59,8 @@ in
|
||||
"wheel"
|
||||
"docker"
|
||||
"lp"
|
||||
"wireshark"
|
||||
"dialout" # serial port access
|
||||
];
|
||||
}
|
||||
// user.userNixosSettings
|
||||
|
||||
Reference in New Issue
Block a user