removed astal
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -6,7 +6,7 @@
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
inputs.astal.packages.${system}.default
|
||||
# inputs.astal.packages.${system}.default
|
||||
];
|
||||
|
||||
programs.ags = {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
# Fix the overwrite issue with HyprPanel.
|
||||
# See below for more information.
|
||||
# Default: false
|
||||
overwrite.enable = true;
|
||||
overwrite.enable = false;
|
||||
|
||||
# Import a theme from './themes/*.json'.
|
||||
# Default: ""
|
||||
|
||||
@@ -5,4 +5,10 @@
|
||||
];
|
||||
|
||||
programs.kitty.enable = true;
|
||||
programs.kitty.settings = {
|
||||
confirm_os_window_close = 0;
|
||||
window_padding_width = 10;
|
||||
font_size = 12.0;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user