this will eventually be the hyprland config.
once hyprpanel has a vertical layout, imma bounce from plasma
This commit is contained in:
parent
9d5249b178
commit
6291136770
5 changed files with 244 additions and 3 deletions
|
|
@ -5,6 +5,8 @@
|
|||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "bkp";
|
||||
users.user = import ../../../users/desktops/user.nix;
|
||||
users.user = {
|
||||
imports = [ ../../../users/desktops/user.nix ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
kdepkgs = with pkgs.kdePackages; [
|
||||
ark
|
||||
|
|
@ -30,7 +30,6 @@ in
|
|||
aspellDicts.en-computers
|
||||
aspellDicts.pt_BR
|
||||
bat
|
||||
bitwarden-desktop
|
||||
clonehero
|
||||
deploy-rs
|
||||
distrobox
|
||||
|
|
@ -38,6 +37,7 @@ in
|
|||
firefox
|
||||
freecad-wayland
|
||||
fzf
|
||||
ghostty
|
||||
gimp
|
||||
heroic
|
||||
inkscape
|
||||
|
|
@ -73,6 +73,7 @@ in
|
|||
steam-run
|
||||
tor-browser
|
||||
ungoogled-chromium
|
||||
ulauncher
|
||||
unrar
|
||||
ventoy
|
||||
vesktop
|
||||
|
|
@ -103,6 +104,7 @@ in
|
|||
kdeconnect.enable = true;
|
||||
partition-manager.enable = true;
|
||||
gamemode.enable = true;
|
||||
hyprland.enable = true;
|
||||
nix-index-database.comma.enable = true;
|
||||
appimage = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue