This commit is contained in:
Daniel Bulant 2025-07-01 11:53:59 +02:00
parent dd6f719d85
commit 3436c2ee4a
No known key found for this signature in database
4 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,6 @@
font_family Fira Code Retina font_family Fira Code Retina
font_features FiraCode-Retina +zero font_features FiraCode-Retina +zero
background_opacity 0.3 background_opacity 0.4
shell nu shell nu
#map ctrl+shift+c copy_to_clipboard #map ctrl+shift+c copy_to_clipboard
#map ctrl+shift+v paste_from_clipboard #map ctrl+shift+v paste_from_clipboard

View file

@ -86,7 +86,6 @@ import Quickshell.Hyprland
ColumnLayout { ColumnLayout {
id: columnLayout id: columnLayout
visible: GlobalStates.overviewSearchOpen
anchors { anchors {
horizontalCenter: parent.horizontalCenter horizontalCenter: parent.horizontalCenter
top: !ConfigOptions.bar.bottom ? parent.top : undefined top: !ConfigOptions.bar.bottom ? parent.top : undefined

View file

@ -124,13 +124,14 @@ in
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true; hardware.bluetooth.powerOnBoot = true;
programs.wireshark.enable = true; programs.wireshark.enable = true;
programs.adb.enable = true;
programs.partition-manager.enable = true; programs.partition-manager.enable = true;
time.hardwareClockInLocalTime = true; time.hardwareClockInLocalTime = true;
users.users.dan = { users.users.dan = {
isNormalUser = true; isNormalUser = true;
description = "John"; description = "John";
extraGroups = [ "networkmanager" "wheel" "docker" "fuse" "video" "wireshark" "gamemode" "scanner" "lp"]; extraGroups = [ "networkmanager" "wheel" "docker" "fuse" "video" "wireshark" "gamemode" "scanner" "lp" "kvm" "adbusers"];
shell = pkgs.fish; shell = pkgs.fish;
packages = with pkgs; [ packages = with pkgs; [
kdePackages.kate kdePackages.kate

View file

@ -17,6 +17,8 @@ in
packages = with pkgs; [ packages = with pkgs; [
lenovo-legion lenovo-legion
burpsuite burpsuite
zap
helm
# required by quickshell config # required by quickshell config
unstable.quickshell unstable.quickshell
wlogout wlogout