This commit is contained in:
Vivian 2024-07-07 10:08:10 +02:00
parent a3283256b4
commit cfc82b3817
26 changed files with 172 additions and 1673 deletions

View file

@ -13,8 +13,6 @@
# OpenGL + Vulkan
opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
extraPackages = with pkgs; [
amdvlk
rocm-opencl-icd

View file

@ -39,14 +39,6 @@ in
};
};
xdg.configFile."hypr/hyprpaper.conf".text =
let
wallpaper = "/home/vivian/cloud/Pictures/Wallpapers-Laptop/wallpaper-nix-pink.png";
in
''
'';
programs = {
wofi = {
enable = true;
@ -211,10 +203,11 @@ in
"col.border_inactive" = "rgba(232634aa)";
groupbar = {
font_size = 16;
font_size = 10;
height = 18;
"col.active" = "rgba(babbf1aa)";
"col.inactive" = "rgba(414559aa)";
text_color = "rgba(81c8beee)";
text_color = "rgba(ffffffee)";
};
};
decoration = {

View file

@ -4,7 +4,7 @@
# * Smart Phone Sensing
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ android-studio ];
environment.systemPackages = with pkgs; [ ];
programs.wireshark = {
enable = true;