use hyprland flake, disable some programs
This commit is contained in:
@@ -16,7 +16,10 @@ in
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
documentation.dev.enable = true;
|
||||
environment.systemPackages = with pkgs; [ android-studio android-tools ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
#android-studio
|
||||
android-tools
|
||||
];
|
||||
users.users.${config.mainUser.name}.extraGroups = [
|
||||
"adbusers"
|
||||
"kvm"
|
||||
|
||||
@@ -61,14 +61,14 @@ in
|
||||
with pkgs;
|
||||
[
|
||||
#taisei
|
||||
osu-lazer-bin
|
||||
#osu-lazer-bin
|
||||
wineWow64Packages.unstableFull
|
||||
winetricks
|
||||
heroic
|
||||
prismlauncher
|
||||
steamtinkerlaunch
|
||||
tetrio-desktop
|
||||
beyond-all-reason
|
||||
#beyond-all-reason
|
||||
#libs
|
||||
]
|
||||
)
|
||||
|
||||
@@ -15,11 +15,6 @@ in
|
||||
};
|
||||
|
||||
config =
|
||||
let
|
||||
screenshot = pkgs.writeShellScriptBin "screenshot" ''
|
||||
${pkgs.scrot}/bin/scrot -fs - | ${pkgs.xclip}/bin/xclip -selection clipboard -t image/png -i
|
||||
'';
|
||||
in
|
||||
mkIf cfg.enable {
|
||||
programs.dconf.enable = true;
|
||||
|
||||
@@ -37,7 +32,6 @@ in
|
||||
];
|
||||
services.libinput = {
|
||||
enable = true;
|
||||
|
||||
# disabling mouse acceleration
|
||||
mouse = {
|
||||
accelProfile = "flat";
|
||||
@@ -69,7 +63,7 @@ in
|
||||
#services.xserver.wacom.enable = true;
|
||||
services.tumbler.enable = true; # for thumbnails
|
||||
programs.thunar.enable = true;
|
||||
programs.thunar.plugins = with pkgs.xfce; [
|
||||
programs.thunar.plugins = with pkgs; [
|
||||
thunar-archive-plugin
|
||||
thunar-volman
|
||||
];
|
||||
@@ -86,7 +80,6 @@ in
|
||||
environment.systemPackages = with pkgs; [
|
||||
file-roller
|
||||
keepassxc
|
||||
screenshot
|
||||
wl-clipboard
|
||||
xarchiver # archive tool
|
||||
adwaita-icon-theme
|
||||
|
||||
Reference in New Issue
Block a user