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_features FiraCode-Retina +zero
background_opacity 0.3
background_opacity 0.4
shell nu
#map ctrl+shift+c copy_to_clipboard
#map ctrl+shift+v paste_from_clipboard

View file

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

View file

@ -124,13 +124,14 @@ in
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
programs.wireshark.enable = true;
programs.adb.enable = true;
programs.partition-manager.enable = true;
time.hardwareClockInLocalTime = true;
users.users.dan = {
isNormalUser = true;
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;
packages = with pkgs; [
kdePackages.kate

View file

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