mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-06-08 14:14:36 +02:00
cleaned up home manager config
This commit is contained in:
parent
84321246c1
commit
3c19c99ef4
6 changed files with 109 additions and 30 deletions
programs
|
@ -1,10 +1,8 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let nixGLWrap = import ./../utils/nixGLWrap.nix { inherit pkgs lib; };
|
||||
in {
|
||||
{
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
package = (nixGLWrap pkgs.alacritty);
|
||||
settings = {
|
||||
window = {
|
||||
decorations = "full";
|
||||
|
|
|
@ -1,13 +1,8 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
let nixGLWrap = import ./../utils/nixGLWrap.nix { inherit pkgs lib; };
|
||||
in {
|
||||
{
|
||||
programs = {
|
||||
vscode = {
|
||||
enable = true;
|
||||
package = (nixGLWrap (pkgs.vscode.override {
|
||||
commandLineArgs =
|
||||
"--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --gtk-version=4";
|
||||
}));
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue